Fix typo in file name found during install.

This commit is contained in:
Bruce Momjian 1996-11-08 21:40:11 +00:00
parent c9c0e111b8
commit 78078236ea
1 changed files with 2 additions and 2 deletions

View File

@ -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 \