diff options
author | Peter Eisentraut | 2007-01-20 17:16:17 +0000 |
---|---|---|
committer | Peter Eisentraut | 2007-01-20 17:16:17 +0000 |
commit | 2cc01004c620c4da07ec818d842d7e7fae162774 (patch) | |
tree | 8dca267dc3d0257a1715062ed1e2229bcb08f597 /Makefile | |
parent | 64230a9f28e607110ee1e97eeb1e7f615e66eb78 (diff) |
Remove remains of old depend target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ # GNUmakefile won't exist yet, so we catch that case as well. -all check install installdirs installcheck installcheck-parallel uninstall dep depend clean distclean maintainer-clean: +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." ; \ |