diff options
| author | Marc G. Fournier | 1997-03-14 23:34:16 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-03-14 23:34:16 +0000 |
| commit | 791c075852e1137e6258c07e03281b4d53345c82 (patch) | |
| tree | 9e90b137d9db4d5e83bf310074e947dae14b6a94 /src/interfaces | |
| parent | 53d8be3bbfc3835ca31a498c2c75b238530107f2 (diff) | |
Date/Time updates from Thomas...
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/libpq/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 0e8691259d8..a16005dee30 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.27 1997/01/20 00:51:38 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.28 1997/03/14 23:34:03 scrappy Exp $ # #------------------------------------------------------------------------- @@ -81,7 +81,7 @@ install-headers: beforeinstall-headers c.h \ ../include/postgres.h ../include/postgres_ext.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/postgres.h \ @@ -94,8 +94,8 @@ install-headers: beforeinstall-headers c.h \ $(HEADERDIR)/libpq/libpq-fs.h $(INSTALL) $(INSTLOPTS) ../include/lib/dllist.h \ $(HEADERDIR)/lib/dllist.h - $(INSTALL) $(INSTLOPTS) ../include/utils/geo-decls.h \ - $(HEADERDIR)/utils/geo-decls.h + $(INSTALL) $(INSTLOPTS) ../include/utils/geo_decls.h \ + $(HEADERDIR)/utils/geo_decls.h $(INSTALL) $(INSTLOPTS) ../include/utils/elog.h \ $(HEADERDIR)/utils/elog.h $(INSTALL) $(INSTLOPTS) ../include/utils/palloc.h \ |
