Okay, GNUmakefile.in == GNUmakefile, except for the stuff that

configure is auto-finding
This commit is contained in:
Marc G. Fournier 1997-01-23 23:36:41 +00:00
parent 36f7766a18
commit 83267ffa4f

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.1 1997/01/23 23:24:05 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.2 1997/01/23 23:36:41 scrappy Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -28,6 +28,7 @@ XARGS = @xargs@
echo You must set the PORTNAME value in Makefile.global before \ echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\ you can build Postgres. ;\
false ;\ false ;\
else true;\
fi fi
$(MAKE) -C utils $@ $(MAKE) -C utils $@
$(MAKE) -C backend $@ $(MAKE) -C backend $@