# -*-makefile-*-
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.107 2000/10/29 16:13:28 petere Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.108 2000/11/03 20:27:40 petere Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
# started to update the file.
.DELETE_ON_ERROR:
+# Do not let 'make' delete intermediate files. This might have been
+# a sensible idea, but it's too buggy.
+.SECONDARY:
+
# PostgreSQL version number
VERSION = @VERSION@
#
# Makefile for the pltcl shared object
#
-# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.24 2000/10/20 21:04:17 petere Exp $
+# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.25 2000/11/03 20:27:40 petere Exp $
#
#-------------------------------------------------------------------------
INFILES+= $(DLOBJS:.o=$(EXPSUFF))
endif
-# Prevent removal of pltcl.o, being an intermediate file. This would
-# not be wrong in general, but for some reason the next make run will
-# not realize this and rebuild it.
-.SECONDARY: pltcl.o
# Provide dummy targets for the case where we can't build the shared library.
$(SHELL) $< '$(TCL_CONFIG_SH)' '$@'
clean distclean maintainer-clean:
- rm -f $(INFILES) *.o Makefile.tcldefs
+ rm -f $(INFILES) pltcl.o Makefile.tcldefs