File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
# Copyright (c) 1994, Regents of the University of California
7
7
#
8
8
# IDENTIFICATION
9
- # $Header: /cvsroot/pgsql/src/Makefile,v 1.13 1996/12/10 03 :03:36 scrappy Exp $
9
+ # $Header: /cvsroot/pgsql/src/Makefile,v 1.14 1996/12/19 08 :03:46 bryanh Exp $
10
10
#
11
11
# -------------------------------------------------------------------------
12
12
@@ -22,6 +22,12 @@ ETAGS = etags
22
22
XARGS = xargs
23
23
24
24
.DEFAULT all :
25
+ @set - ` $( MAKE) -v -f /dev/null 2>&1 ` .; \
26
+ if test $$ 1 ! = GNU; then \
27
+ echo " This Makefile requires GNU make." ; \
28
+ echo " Please read the file INSTALL in this directory for details." ; \
29
+ false ; \
30
+ fi
25
31
@if test $(PORTNAME ) = UNDEFINED; then \
26
32
echo You must set the PORTNAME value in Makefile.global before \
27
33
you can build Postgres. ; \
You can’t perform that action at this time.
0 commit comments