diff options
| author | Bruce Momjian | 1998-04-06 16:53:15 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-04-06 16:53:15 +0000 |
| commit | 471dbbc2238701a0191cd3dca1388f4b0a5641e7 (patch) | |
| tree | 429c3c81b370ee6a87a9854314838541f214d1b7 /src/interfaces/libpgtcl | |
| parent | 0bf814117227906fc089011420add221f69be5c2 (diff) | |
DESTDIR removed, again.
Diffstat (limited to 'src/interfaces/libpgtcl')
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index cb838875bbc..5f78ba56ca6 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.10 1998/04/06 01:35:43 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.11 1998/04/06 16:52:15 momjian Exp $ # #------------------------------------------------------------------------- @@ -88,18 +88,18 @@ $(shlib): $(OBJS) install: install-headers install-libpgtcl $(install-shlib-dep) install-headers: beforeinstall-headers libpgtcl.h - $(INSTALL) $(INSTLOPTS) libpgtcl.h $(DESTDIR)$(HEADERDIR)/libpgtcl.h + $(INSTALL) $(INSTLOPTS) libpgtcl.h $(HEADERDIR)/libpgtcl.h beforeinstall-headers: - @if [ ! -d $(DESTDIR)$(HEADERDIR) ]; then mkdir $(DESTDIR)$(HEADERDIR); fi + @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: |
