]> granicus.if.org Git - postgresql/commitdiff
Change the TEMPDIR to be obj instead of /tmp
authorMarc G. Fournier <scrappy@hub.org>
Thu, 1 Aug 1996 05:04:29 +0000 (05:04 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 1 Aug 1996 05:04:29 +0000 (05:04 +0000)
Suggested by: Michael Babcock <michael@kanji.com>

src/interfaces/libpq/Makefile

index 43819042cd61e4869e37c3c53c3850dd5946a779..2328ccc07b8d2efd2b5edc629ff2aed9b5a30641 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.2 1996/07/29 20:52:24 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.3 1996/08/01 05:04:29 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -66,7 +66,7 @@ HEADERFILES += port/hpux/fixade.h
 endif
 
 
-TEMPDIR=/tmp
+TEMPDIR=obj
 
 install-headers: beforeinstall-headers
        @for i in ${HEADERFILES}; do \