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

Commit 4d837e3

Browse files
committed
Change the TEMPDIR to be obj instead of /tmp
Suggested by: Michael Babcock <michael@kanji.com>
1 parent a82aa45 commit 4d837e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/Makefile

Lines changed: 2 additions & 2 deletions
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.2 1996/07/29 20:52:24 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.3 1996/08/01 05:04:29 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -66,7 +66,7 @@ HEADERFILES += port/hpux/fixade.h
6666
endif
6767

6868

69-
TEMPDIR=/tmp
69+
TEMPDIR=obj
7070

7171
install-headers: beforeinstall-headers
7272
@for i in ${HEADERFILES}; do \

0 commit comments

Comments
 (0)