File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# NOTES
13
13
# Essentially all Postgres make files include this file and use the
@@ -145,6 +145,7 @@ endif
145
145
#
146
146
USE_TCL= @USE_TCL@
147
147
USE_TK= @USE_TK@
148
+ WISH= @WISH@
148
149
149
150
USE_PERL= @USE_PERL@
150
151
Original file line number Diff line number Diff line change 6
6
# Copyright (c) 1994, Regents of the University of California
7
7
#
8
8
# 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 $
10
10
#
11
11
# -------------------------------------------------------------------------
12
12
@@ -16,7 +16,7 @@ include $(SRCDIR)/Makefile.global
16
16
all : pgaccess
17
17
18
18
pgaccess : pgaccess.sh
19
- sed -e ' s;__wish__;@wish@ ;' pgaccess.sh | \
19
+ sed -e ' s;__wish__;$(WISH) ;' pgaccess.sh | \
20
20
sed -e ' s;__POSTGRESDIR__;$(POSTGRESDIR);' \
21
21
> pgaccess
22
22
@@ -30,6 +30,8 @@ install:
30
30
$(INSTALL ) $(INSTLOPTS ) lib/help/* .hlp $(POSTGRESDIR ) /pgaccess/lib/help
31
31
@if [ ! -d $( POSTGRESDIR) /pgaccess/lib/languages ]; then mkdir $(POSTGRESDIR ) /pgaccess/lib/languages; fi
32
32
$(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
33
35
34
36
clean :
35
37
rm -f pgaccess
Original file line number Diff line number Diff line change @@ -7766,7 +7766,6 @@ trap 'rm -fr `echo "GNUmakefile
7766
7766
backend/utils/Gen_fmgrtab.sh
7767
7767
bin/pg_dump/Makefile
7768
7768
bin/pg_version/Makefile
7769
- bin/pgaccess/Makefile
7770
7769
bin/pgtclsh/mkMakefile.tcldefs.sh
7771
7770
bin/pgtclsh/mkMakefile.tkdefs.sh
7772
7771
bin/psql/Makefile
@@ -7940,7 +7939,6 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
7940
7939
backend/utils/Gen_fmgrtab.sh
7941
7940
bin/pg_dump/Makefile
7942
7941
bin/pg_version/Makefile
7943
- bin/pgaccess/Makefile
7944
7942
bin/pgtclsh/mkMakefile.tcldefs.sh
7945
7943
bin/pgtclsh/mkMakefile.tkdefs.sh
7946
7944
bin/psql/Makefile
Original file line number Diff line number Diff line change @@ -1187,7 +1187,6 @@ AC_OUTPUT(
1187
1187
backend/utils/Gen_fmgrtab.sh
1188
1188
bin/pg_dump/Makefile
1189
1189
bin/pg_version/Makefile
1190
- bin/pgaccess/Makefile
1191
1190
bin/pgtclsh/mkMakefile.tcldefs.sh
1192
1191
bin/pgtclsh/mkMakefile.tkdefs.sh
1193
1192
bin/psql/Makefile
You can’t perform that action at this time.
0 commit comments