From 4d837e370c1ca887ecf90f167fb9ca15383bb979 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Thu, 1 Aug 1996 05:04:29 +0000
Subject: [PATCH] Change the TEMPDIR to be obj instead of /tmp

Suggested by: Michael Babcock <michael@kanji.com>
---
 src/interfaces/libpq/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 43819042cd6..2328ccc07b8 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -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 \
-- 
GitLab