1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

A few misc fixes brought up by Andrew

This commit is contained in:
Marc G. Fournier
1998-02-23 15:44:25 +00:00
parent 11303a941f
commit 0daa8c3745
3 changed files with 5 additions and 5 deletions

View File

@@ -6,9 +6,9 @@ all clean::
@echo Nothing to be done.
install::
install $(INSTLOPTS) ecpglib.h $(DESTDIR)$(HEADERDIR)
install $(INSTLOPTS) ecpgtype.h $(DESTDIR)$(HEADERDIR)
install $(INSTLOPTS) sqlca.h $(DESTDIR)$(HEADERDIR)
$(INSTALL) $(INSTLOPTS) ecpglib.h $(DESTDIR)$(HEADERDIR)
$(INSTALL) $(INSTLOPTS) ecpgtype.h $(DESTDIR)$(HEADERDIR)
$(INSTALL) $(INSTLOPTS) sqlca.h $(DESTDIR)$(HEADERDIR)
uninstall::
rm -f $(DESTDIR)$(HEADERDIR)/ecpglib.h

View File

@@ -14,7 +14,7 @@ clean:
rm -f *.o core a.out ecpg y.tab.h y.tab.c *~
install: all
install -c -m 755 ecpg $(DESTDIR)$(BINDIR)
$(INSTALL) $(INSTLOPTS) ecpg $(DESTDIR)$(BINDIR)
uninstall:
rm -f $(DESTDIR)$(BINDIR)/ecpg