We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c0e11 commit 7807823Copy full SHA for 7807823
src/interfaces/libpq/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.13 1996/11/08 06:02:25 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.14 1996/11/08 21:40:11 momjian Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -88,7 +88,7 @@ install: install-headers install-libpq $(install-shlib-dep)
88
install-headers: beforeinstall-headers postgres.h c.h \
89
../include/config.h ../include/libpq/pqcomm.h \
90
../include/libpq/libpq-fs.h ../include/lib/dllist.h \
91
- ../include/utils/geo-decls.h libpq.fe.h
+ ../include/utils/geo-decls.h libpq-fe.h
92
$(INSTALL) $(INSTLOPTS) ../include/config.h \
93
$(HEADERDIR)/config.h
94
$(INSTALL) $(INSTLOPTS) ../include/libpq/pqcomm.h \
0 commit comments