summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/Makefile
diff options
context:
space:
mode:
authorBruce Momjian1998-02-19 17:20:01 +0000
committerBruce Momjian1998-02-19 17:20:01 +0000
commitdf67b83a7a183291e53f9eea8f2553de893822c8 (patch)
tree62188fefb8055085351ebec1b0d0a5207c5d119b /src/interfaces/ecpg/include/Makefile
parent70ddf2dfc2c2e06b74df0ccb9f34e80a76c51f33 (diff)
Password fix. Now people have to do the REVOKE themselves.
Diffstat (limited to 'src/interfaces/ecpg/include/Makefile')
-rw-r--r--src/interfaces/ecpg/include/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/include/Makefile b/src/interfaces/ecpg/include/Makefile
index de9096be769..5e15e972ebd 100644
--- a/src/interfaces/ecpg/include/Makefile
+++ b/src/interfaces/ecpg/include/Makefile
@@ -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