Commit ada3c65e authored by Peter Eisentraut's avatar Peter Eisentraut

Replace target list by a wildcard, so that this workaround makefile

also works transparently for lesser used targets.
parent d68e08d1
......@@ -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." ; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment