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

Password fix. Now people have to do the REVOKE themselves.

This commit is contained in:
Bruce Momjian
1998-02-19 17:20:01 +00:00
parent 70ddf2dfc2
commit df67b83a7a
4 changed files with 40 additions and 10 deletions

View File

@@ -6,9 +6,9 @@ all clean::
@echo Nothing to be done.
install::
install ecpglib.h $(DESTDIR)$(HEADERDIR)
install ecpgtype.h $(DESTDIR)$(HEADERDIR)
install 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