Change the TEMPDIR to be obj instead of /tmp

Suggested by: Michael Babcock <michael@kanji.com>
This commit is contained in:
Marc G. Fournier 1996-08-01 05:04:29 +00:00
parent a82aa45a4d
commit 4d837e370c
1 changed files with 2 additions and 2 deletions

View 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 \