projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f8dff
)
Change gmake to $(MAKE) so backend compiles on system with no "gmake".
author
Bryan Henderson
<
[email protected]
>
Sun, 10 Nov 1996 04:09:51 +0000
(
04:09
+0000)
committer
Bryan Henderson
<
[email protected]
>
Sun, 10 Nov 1996 04:09:51 +0000
(
04:09
+0000)
src/backend/tcop/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/Makefile
b/src/backend/tcop/Makefile
index d577e94c81031dff2ed023cbb45770640ba0a07a..b4fcb90022fcac32fd950ddb239a437f6cf73e9b 100644
(file)
--- a/
src/backend/tcop/Makefile
+++ b/
src/backend/tcop/Makefile
@@
-4,7
+4,7
@@
# Makefile for tcop
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.
5 1996/11/09 06:22:37 momjian
Exp $
+# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.
6 1996/11/10 04:09:51 bryanh
Exp $
#
#-------------------------------------------------------------------------
@@
-27,7
+27,7
@@
SUBSYS.o: $(OBJS)
utility.o: ../parse.h
../parse.h:
-
gmake
-C .. parse.h
+
$(MAKE)
-C .. parse.h
dep: ../parse.h
$(CC) -MM $(INCLUDE_OPT) *.c >depend