Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ef36c commit b2c55a0Copy full SHA for b2c55a0
src/bin/psql/Makefile.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
@@ -46,7 +46,7 @@ OBJS:
46
help.o: sql_help.h
47
48
ifneq ($(strip $(PERL)),)
49
-sql_help.h: ../../../doc/src/sgml/ref/*.sgml create_help.pl
+sql_help.h: $(wildcard ../../../doc/src/sgml/ref/*.sgml) create_help.pl
50
$(PERL) create_help.pl sql_help.h
51
else
52
sql_help.h:
0 commit comments