aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-29 20:52:24 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-29 20:52:24 +0000
commitc4ea55d2c94d6d1579acd5b7eb05d6bc32166453 (patch)
treeed9aecc0f3a3dc4a7cc6da71bc161c4d8d9f262e
parent496b937dca4121f8dbc3cfc94bdd29106c53db1c (diff)
downloadpostgresql-c4ea55d2c94d6d1579acd5b7eb05d6bc32166453.tar.gz
postgresql-c4ea55d2c94d6d1579acd5b7eb05d6bc32166453.zip
clean up /tmp behind itself
submitted by: bruce
-rw-r--r--src/interfaces/libpq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index dc6318340ea..43819042cd6 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.1.1.1 1996/07/09 06:22:16 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.2 1996/07/29 20:52:24 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -91,6 +91,7 @@ install-headers: beforeinstall-headers
@echo "#define OIDNAMELEN $(OIDNAMELEN)" >> $(TEMPDIR)/postgres.h
@cat $(srcdir)/backend/include/postgres.h >> $(TEMPDIR)/postgres.h
$(INSTALL) $(INSTLOPTS) $(TEMPDIR)/postgres.h $(HEADERDIR)/postgres.h
+ @rm -f $(TEMPDIR)/c.h $(TEMPDIR)/postgres.h
install:: install-headers