aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-19 17:08:22 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-19 17:08:22 +0000
commite53b5269caf478660f0ac84c10935d7eca10fe8c (patch)
tree2ce5415c89b9dd35ce9dbe4344fb143ee49cc039 /src
parent24549df4bf9f1fc413bfc6a2ffe889b9002698b0 (diff)
downloadpostgresql-e53b5269caf478660f0ac84c10935d7eca10fe8c.tar.gz
postgresql-e53b5269caf478660f0ac84c10935d7eca10fe8c.zip
Makefile required some cleaning up for install and make
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/lib/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in
index a8206118a09..4bd615d60e6 100644
--- a/src/interfaces/ecpg/lib/Makefile.in
+++ b/src/interfaces/ecpg/lib/Makefile.in
@@ -48,8 +48,8 @@ clean:
rm -f *.o *.a core a.out *~ $(shlib) libecpg.so
install: libecpg.a $(shlib)
- install -m 644 libecpg.a $(DESTDIR)$(LIBDIR)
- install -m 644 $(shlib) $(DESTDIR)$(LIBDIR)
+ $(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR)
+ $(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR)
ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so
uninstall::