git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f39b9a)
Fix missing dependency for Makefile inclusions.
1998年10月27日 21:51:54 +0000 (21:51 +0000)
1998年10月27日 21:51:54 +0000 (21:51 +0000)
Get rid of some stray tabs that might confuse Make.


diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile
index 325c70e33508bfbbd3d79a27b282386448e28123..459ed4660b11d704770222e90fa98060f0d3b9d3 100644 (file)
--- a/src/bin/pgtclsh/Makefile
+++ b/src/bin/pgtclsh/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.23 1998年10月18日 04:16:08 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.24 1998年10月27日 21:51:54 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -19,7 +19,7 @@ include ../../Makefile.global
#
include Makefile.tcldefs
ifeq ($(USE_TK), true)
-include Makefile.tkdefs
+include Makefile.tkdefs
endif
CFLAGS+= $(X_CFLAGS) -I$(SRCDIR)/interfaces/libpgtcl
@@ -29,7 +29,6 @@ LDFLAGS+= $(KRBLIBS)
CFLAGS+= $(KRBFLAGS)
endif
-# try to find libpgtcl.a in either directory
LIBPGTCL= -L$(SRCDIR)/interfaces/libpgtcl -lpgtcl
LIBPQ= -L$(LIBPQDIR) -lpq
@@ -39,18 +38,12 @@ INSTPGMS = install_tcl
# Add TK targets if TK is available
ifeq ($(USE_TK), true)
-PGMS += pgtksh
-INSTPGMS += install_tk
+PGMS += pgtksh
+INSTPGMS += install_tk
endif
all: $(PGMS)
-Makefile.tcldefs:
- /bin/sh mkMakefile.tcldefs.sh
-
-Makefile.tkdefs:
- /bin/sh mkMakefile.tkdefs.sh
-
pgtclsh: pgtclAppInit.o
$(CC) $(CFLAGS) $(TCL_DEFS) -o $@ pgtclAppInit.o \
$(LIBPGTCL) $(LIBPQ) $(TCL_LIB_SPEC) $(TCL_LIBS) $(LDFLAGS)
@@ -68,6 +61,12 @@ install_tcl: pgtclsh
install_tk: pgtksh
$(INSTALL) $(INSTL_EXE_OPTS) pgtksh $(BINDIR)/pgtksh
+Makefile.tcldefs: mkMakefile.tcldefs.sh
+ /bin/sh mkMakefile.tcldefs.sh
+
+Makefile.tkdefs: mkMakefile.tkdefs.sh
+ /bin/sh mkMakefile.tkdefs.sh
+
clean:
rm -f *.o Makefile.t*defs pgtclsh pgtksh
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /