Skip to content
Snippets Groups Projects
Commit ada3c65e authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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

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