projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a82aa45
)
Change the TEMPDIR to be obj instead of /tmp
author
Marc G. Fournier
<
[email protected]
>
Thu, 1 Aug 1996 05:04:29 +0000
(
05:04
+0000)
committer
Marc G. Fournier
<
[email protected]
>
Thu, 1 Aug 1996 05:04:29 +0000
(
05:04
+0000)
Suggested by: Michael Babcock <
[email protected]
>
src/interfaces/libpq/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/Makefile
b/src/interfaces/libpq/Makefile
index 43819042cd61e4869e37c3c53c3850dd5946a779..2328ccc07b8d2efd2b5edc629ff2aed9b5a30641 100644
(file)
--- 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 \