Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 60915ed

Browse files
author
Bryan Henderson
committed
Change gmake to $(MAKE) so backend compiles on system with no "gmake".
1 parent 77f8dff commit 60915ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/tcop/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for tcop
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.5 1996/11/09 06:22:37 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.6 1996/11/10 04:09:51 bryanh Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -27,7 +27,7 @@ SUBSYS.o: $(OBJS)
2727
utility.o: ../parse.h
2828

2929
../parse.h:
30-
gmake -C .. parse.h
30+
$(MAKE) -C .. parse.h
3131

3232
dep: ../parse.h
3333
$(CC) -MM $(INCLUDE_OPT) *.c >depend

0 commit comments

Comments
 (0)