summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorMarc G. Fournier1998-02-23 15:44:25 +0000
committerMarc G. Fournier1998-02-23 15:44:25 +0000
commit0daa8c37457f25545da0f523ba4cb3a23be78b37 (patch)
treef99159b1f0e058aaa9661fa9c5c7b470a44f3766 /src/interfaces
parent11303a941fa00b87801bab5da9cb8a8b3728dbce (diff)
A few misc fixes brought up by Andrew
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/ecpg/include/Makefile6
-rw-r--r--src/interfaces/ecpg/preproc/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/include/Makefile b/src/interfaces/ecpg/include/Makefile
index 5e15e972ebd..2658dd00483 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 $(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
diff --git a/src/interfaces/ecpg/preproc/Makefile b/src/interfaces/ecpg/preproc/Makefile
index f7e7304777b..9a170eabb3b 100644
--- a/src/interfaces/ecpg/preproc/Makefile
+++ b/src/interfaces/ecpg/preproc/Makefile
@@ -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