8000
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 496b937 commit c4ea55dCopy full SHA for c4ea55d
src/interfaces/libpq/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.1.1.1 1996/07/09 06:22:16 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.2 1996/07/29 20:52:24 scrappy Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -91,6 +91,7 @@ install-headers: beforeinstall-headers
91
@echo "#define OIDNAMELEN $(OIDNAMELEN)" >> $(TEMPDIR)/postgres.h
92
@cat $(srcdir)/backend/include/postgres.h >> $(TEMPDIR)/postgres.h
93
$(INSTALL) $(INSTLOPTS) $(TEMPDIR)/postgres.h $(HEADERDIR)/postgres.h
94
+ @rm -f $(TEMPDIR)/c.h $(TEMPDIR)/postgres.h
95
96
install:: install-headers
97
0 commit comments