diff options
Diffstat (limited to 'src/interfaces/libpgtcl/Makefile.in')
-rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index d722e28b5e5..2b25f222196 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.42 2000/06/13 09:16:39 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.43 2000/06/14 17:07:31 momjian Exp $ # #------------------------------------------------------------------------- @@ -19,14 +19,6 @@ include $(SRCDIR)/Makefile.global CFLAGS+= -I$(LIBPQDIR) -# -# Include definitions from the tclConfig.sh file -# -include Makefile.tcldefs -ifeq ($(USE_TK), true) -include Makefile.tkdefs -endif - ifdef KRBVERS CFLAGS+= $(KRBFLAGS) endif @@ -43,7 +35,6 @@ SHLIB_LINK+= $(findstring -lcrypt,$(LIBS)) # Shared library stuff, also default 'all' target include $(SRCDIR)/Makefile.shlib - .PHONY: install beforeinstall-headers install-headers install: install-headers install-lib $(install-shlib-dep) |