Change gmake to $(MAKE) so backend compiles on system with no "gmake".
This commit is contained in:
parent
77f8dff617
commit
60915ed2c2
@ -4,7 +4,7 @@
|
|||||||
# Makefile for tcop
|
# Makefile for tcop
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
utility.o: ../parse.h
|
||||||
|
|
||||||
../parse.h:
|
../parse.h:
|
||||||
gmake -C .. parse.h
|
$(MAKE) -C .. parse.h
|
||||||
|
|
||||||
dep: ../parse.h
|
dep: ../parse.h
|
||||||
$(CC) -MM $(INCLUDE_OPT) *.c >depend
|
$(CC) -MM $(INCLUDE_OPT) *.c >depend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user