mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Change the TEMPDIR to be obj instead of /tmp
Suggested by: Michael Babcock <michael@kanji.com>
This commit is contained in:
parent
a82aa45a4d
commit
4d837e370c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user