Commit 98e8a419 authored by Peter Eisentraut's avatar Peter Eisentraut

Revert brainfart: Of course the wildcard only works in GNU make itself.

Instead, add a few targets that were missing.
parent ada3c65e
......@@ -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 dist distcheck:
@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