Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7807823

Browse files
committed
Fix typo in file name found during install.
1 parent c9c0e11 commit 7807823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.13 1996/11/08 06:02:25 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.14 1996/11/08 21:40:11 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -88,7 +88,7 @@ install: install-headers install-libpq $(install-shlib-dep)
8888
install-headers: beforeinstall-headers postgres.h c.h \
8989
../include/config.h ../include/libpq/pqcomm.h \
9090
../include/libpq/libpq-fs.h ../include/lib/dllist.h \
91-
../include/utils/geo-decls.h libpq.fe.h
91+
../include/utils/geo-decls.h libpq-fe.h
9292
$(INSTALL) $(INSTLOPTS) ../include/config.h \
9393
$(HEADERDIR)/config.h
9494
$(INSTALL) $(INSTLOPTS) ../include/libpq/pqcomm.h \

0 commit comments

Comments
 (0)