File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77#
88#
99# IDENTIFICATION
10- # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.56.2.1 1999/07/30 04:13:44 scrappy Exp $
10+ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.56.2.2 1999/10/31 19:56:33 momjian Exp $
1111#
1212# NOTES
1313# Essentially all Postgres make files include this file and use the
@@ -145,6 +145,7 @@ endif
145145#
146146USE_TCL= @USE_TCL@
147147USE_TK= @USE_TK@
148+ WISH= @WISH@
148149
149150USE_PERL= @USE_PERL@
150151
Original file line number Diff line number Diff line change 66# Copyright (c) 1994, Regents of the University of California
77#
88# IDENTIFICATION
9- # $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile.in ,v 1.2.2.1 1999/10/31 12:34:10 momjian Exp $
9+ # $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.1.4.5 1999/10/31 19:56:37 momjian Exp $
1010#
1111# -------------------------------------------------------------------------
1212
@@ -16,7 +16,7 @@ include $(SRCDIR)/Makefile.global
1616all : pgaccess
1717
1818pgaccess : pgaccess.sh
19- sed -e ' s;__wish__;@wish@ ;' pgaccess.sh | \
19+ sed -e ' s;__wish__;$(WISH) ;' pgaccess.sh | \
2020 sed -e ' s;__POSTGRESDIR__;$(POSTGRESDIR);' \
2121 > pgaccess
2222
@@ -30,6 +30,8 @@ install:
3030 $(INSTALL ) $(INSTLOPTS ) lib/help/* .hlp $(POSTGRESDIR ) /pgaccess/lib/help
3131 @if [ ! -d $( POSTGRESDIR) /pgaccess/lib/languages ]; then mkdir $(POSTGRESDIR ) /pgaccess/lib/languages; fi
3232 $(INSTALL ) $(INSTLOPTS ) lib/languages/[a-z]* $(POSTGRESDIR ) /pgaccess/lib/languages
33+ @if [ ! -d $( POSTGRESDIR) /pgaccess/images ]; then mkdir $(POSTGRESDIR ) /pgaccess/images; fi
34+ $(INSTALL ) $(INSTLOPTS ) images/* .gif $(POSTGRESDIR ) /pgaccess/images
3335
3436clean :
3537 rm -f pgaccess
Original file line number Diff line number Diff line change @@ -7766,7 +7766,6 @@ trap 'rm -fr `echo "GNUmakefile
77667766 backend/utils/Gen_fmgrtab.sh
77677767 bin/pg_dump/Makefile
77687768 bin/pg_version/Makefile
7769- bin/pgaccess/Makefile
77707769 bin/pgtclsh/mkMakefile.tcldefs.sh
77717770 bin/pgtclsh/mkMakefile.tkdefs.sh
77727771 bin/psql/Makefile
@@ -7940,7 +7939,6 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
79407939 backend/utils/Gen_fmgrtab.sh
79417940 bin/pg_dump/Makefile
79427941 bin/pg_version/Makefile
7943- bin/pgaccess/Makefile
79447942 bin/pgtclsh/mkMakefile.tcldefs.sh
79457943 bin/pgtclsh/mkMakefile.tkdefs.sh
79467944 bin/psql/Makefile
Original file line number Diff line number Diff line change @@ -1187,7 +1187,6 @@ AC_OUTPUT(
11871187 backend/utils/Gen_fmgrtab.sh
11881188 bin/pg_dump/Makefile
11891189 bin/pg_version/Makefile
1190- bin/pgaccess/Makefile
11911190 bin/pgtclsh/mkMakefile.tcldefs.sh
11921191 bin/pgtclsh/mkMakefile.tkdefs.sh
11931192 bin/psql/Makefile
You can’t perform that action at this time.
0 commit comments