Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c4ea55d

Browse files
committed
clean up /tmp behind itself
submitted by: bruce
1 parent 496b937 commit c4ea55d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/libpq/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.1.1.1 1996/07/09 06:22:16 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.2 1996/07/29 20:52:24 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -91,6 +91,7 @@ install-headers: beforeinstall-headers
9191
@echo "#define OIDNAMELEN $(OIDNAMELEN)" >> $(TEMPDIR)/postgres.h
9292
@cat $(srcdir)/backend/include/postgres.h >> $(TEMPDIR)/postgres.h
9393
$(INSTALL) $(INSTLOPTS) $(TEMPDIR)/postgres.h $(HEADERDIR)/postgres.h
94+
@rm -f $(TEMPDIR)/c.h $(TEMPDIR)/postgres.h
9495

9596
install:: install-headers
9697

0 commit comments

Comments
 (0)