summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1996-11-08 21:40:11 +0000
committerBruce Momjian1996-11-08 21:40:11 +0000
commit78078236ea7c227085bce95b82fbf59add765e42 (patch)
tree31d311619e2a4825588d54613cdd1e72ce999046
parentc9c0e111b8d5c186c4cf3742a00e3163f02fab53 (diff)
Fix typo in file name found during install.
-rw-r--r--src/interfaces/libpq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index bb00e630667..78fb765e612 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $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 $
#
#-------------------------------------------------------------------------
@@ -88,7 +88,7 @@ install: install-headers install-libpq $(install-shlib-dep)
install-headers: beforeinstall-headers postgres.h c.h \
../include/config.h ../include/libpq/pqcomm.h \
../include/libpq/libpq-fs.h ../include/lib/dllist.h \
- ../include/utils/geo-decls.h libpq.fe.h
+ ../include/utils/geo-decls.h libpq-fe.h
$(INSTALL) $(INSTLOPTS) ../include/config.h \
$(HEADERDIR)/config.h
$(INSTALL) $(INSTLOPTS) ../include/libpq/pqcomm.h \