summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib
diff options
context:
space:
mode:
authorBruce Momjian1998-04-06 16:53:15 +0000
committerBruce Momjian1998-04-06 16:53:15 +0000
commit471dbbc2238701a0191cd3dca1388f4b0a5641e7 (patch)
tree429c3c81b370ee6a87a9854314838541f214d1b7 /src/interfaces/ecpg/lib
parent0bf814117227906fc089011420add221f69be5c2 (diff)
DESTDIR removed, again.
Diffstat (limited to 'src/interfaces/ecpg/lib')
-rw-r--r--src/interfaces/ecpg/lib/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in
index dceeaf7c619..f4039edf99c 100644
--- a/src/interfaces/ecpg/lib/Makefile.in
+++ b/src/interfaces/ecpg/lib/Makefile.in
@@ -56,14 +56,14 @@ clean:
dep depend:
install: libecpg.a $(shlib) $(install-shlib-dep)
- $(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR)
+ $(INSTALL) $(INSTLOPTS) libecpg.a $(LIBDIR)
install-shlib:
- $(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR)
- ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so
+ $(INSTALL) $(INSTLOPTS) $(shlib) $(LIBDIR)
+ ln -sf $(shlib) $(LIBDIR)/libecpg.so
uninstall::
- rm -f $(DESTDIR)$(LIBDIR)/libecpg.a $(DESTDIR)$(LIBDIR)/$(shlib)
+ rm -f $(LIBDIR)/libecpg.a $(LIBDIR)/$(shlib)
# Rules that do something
libecpg.a : libecpg.a(ecpglib.o) libecpg.a(typename.o)