diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-04-05 22:02:56 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-04-05 22:02:56 +0000 |
| commit | 2dfee9345773e6ac8809396bf99db538e134fea8 (patch) | |
| tree | 00c3a22a5ab9ef66d046bd99a108eb7d5816f423 /src/interfaces/libpgtcl/Makefile.in | |
| parent | fdb37f073be63ba111235dd0e47181cf93596b26 (diff) | |
Remove DISTDIR.
Diffstat (limited to 'src/interfaces/libpgtcl/Makefile.in')
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index 2703516f5b5..a5add6f9bfe 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.6 1998/04/05 20:28:23 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.7 1998/04/05 22:02:29 momjian Exp $ # #------------------------------------------------------------------------- @@ -94,12 +94,12 @@ beforeinstall-headers: @if [ ! -d $(HEADERDIR) ]; then mkdir $(HEADERDIR); fi install-libpgtcl: libpgtcl.a - $(INSTALL) $(INSTL_LIB_OPTS) libpgtcl.a $(DESTDIR)$(LIBDIR)/libpgtcl.a + $(INSTALL) $(INSTL_LIB_OPTS) libpgtcl.a $(LIBDIR)/libpgtcl.a install-shlib: $(shlib) $(INSTALL) $(INSTL_LIB_OPTS) $(shlib) \ - $(DESTDIR)$(LIBDIR)/$(shlib) - ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libpgtcl.so + $(LIBDIR)/$(shlib) + ln -sf $(shlib) $(LIBDIR)/libpgtcl.so .PHONY: clean clean: |
