projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24549df
)
Makefile required some cleaning up for install and make
author
Marc G. Fournier
<scrappy@hub.org>
Thu, 19 Feb 1998 17:08:22 +0000
(17:08 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Thu, 19 Feb 1998 17:08:22 +0000
(17:08 +0000)
src/interfaces/ecpg/lib/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/lib/Makefile.in
b/src/interfaces/ecpg/lib/Makefile.in
index a8206118a09cffd1cb2aca0b7970c923ec0e551e..4bd615d60e6e5bcb4f17054533ffded5ae119527 100644
(file)
--- 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::