diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-11-08 15:59:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-11-08 15:59:59 +0000 |
commit | b2c55a02b18b37f061a5866a87dcd3cfe7b68998 (patch) | |
tree | 0b52d6ce4bce996be302b7ee50ae8dcbdfd9d2dd /src | |
parent | 86ef36c9078311d5ccba53c17702af0450b11e25 (diff) | |
download | postgresql-b2c55a02b18b37f061a5866a87dcd3cfe7b68998.tar.gz postgresql-b2c55a02b18b37f061a5866a87dcd3cfe7b68998.zip |
psql makefile fix from Keith Parks
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/psql/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/Makefile.in b/src/bin/psql/Makefile.in index 200a96ac7dd..ccceb69eeeb 100644 --- a/src/bin/psql/Makefile.in +++ b/src/bin/psql/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/psql/Attic/Makefile.in,v 1.16 1999/11/04 21:56:01 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/psql/Attic/Makefile.in,v 1.17 1999/11/08 15:59:59 momjian Exp $ # #------------------------------------------------------------------------- @@ -46,7 +46,7 @@ OBJS: help.o: sql_help.h ifneq ($(strip $(PERL)),) -sql_help.h: ../../../doc/src/sgml/ref/*.sgml create_help.pl +sql_help.h: $(wildcard ../../../doc/src/sgml/ref/*.sgml) create_help.pl $(PERL) create_help.pl sql_help.h else sql_help.h: |