summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/Makefile.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-04-06 01:36:41 +0000
committerBruce Momjian <bruce@momjian.us>1998-04-06 01:36:41 +0000
commit066ee9a2e98d5587a3a9bb71711f900e1f5d161e (patch)
treef830e9f83eacdc81cfbdef642fcf2ce9fc2c213f /src/interfaces/libpgtcl/Makefile.in
parent5523beb949241d9ed498aa51eb6c91f7100e7e46 (diff)
downloadpostgresql-066ee9a2e98d5587a3a9bb71711f900e1f5d161e.tar.gz
Make DESTDIR consistent, and verious Linux cleanups.
Diffstat (limited to 'src/interfaces/libpgtcl/Makefile.in')
-rw-r--r--src/interfaces/libpgtcl/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in
index 560ca79da5..cb838875bb 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.9 1998/04/06 01:16:38 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.10 1998/04/06 01:35:43 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -88,10 +88,10 @@ $(shlib): $(OBJS)
install: install-headers install-libpgtcl $(install-shlib-dep)
install-headers: beforeinstall-headers libpgtcl.h
- $(INSTALL) $(INSTLOPTS) libpgtcl.h $(HEADERDIR)/libpgtcl.h
+ $(INSTALL) $(INSTLOPTS) libpgtcl.h $(DESTDIR)$(HEADERDIR)/libpgtcl.h
beforeinstall-headers:
- @if [ ! -d $(HEADERDIR) ]; then mkdir $(HEADERDIR); fi
+ @if [ ! -d $(DESTDIR)$(HEADERDIR) ]; then mkdir $(DESTDIR)$(HEADERDIR); fi
install-libpgtcl: libpgtcl.a
$(INSTALL) $(INSTL_LIB_OPTS) libpgtcl.a $(DESTDIR)$(LIBDIR)/libpgtcl.a