aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
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