mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
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
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user