From: Peter Eisentraut Date: Wed, 23 Dec 2009 19:17:45 +0000 (+0000) Subject: Replace target list by a wildcard, so that this workaround makefile X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9f6579da86301ea44532cd364325b4e738e3330a;p=users%2Fandresfreund%2Fpostgres.git Replace target list by a wildcard, so that this workaround makefile also works transparently for lesser used targets. --- diff --git a/Makefile b/Makefile index accf677e25..7c89e96edf 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # GNUmakefile won't exist yet, so we catch that case as well. -all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean: +%: @if [ ! -f GNUmakefile ] ; then \ echo "You need to run the 'configure' program first. See the file"; \ echo "'INSTALL' for installation instructions." ; \