summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2007-01-20 17:16:17 +0000
committerPeter Eisentraut <peter_e@gmx.net>2007-01-20 17:16:17 +0000
commit2cc01004c620c4da07ec818d842d7e7fae162774 (patch)
tree8dca267dc3d0257a1715062ed1e2229bcb08f597 /Makefile
parent64230a9f28e607110ee1e97eeb1e7f615e66eb78 (diff)
downloadpostgresql-2cc01004c620c4da07ec818d842d7e7fae162774.tar.gz
Remove remains of old depend target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 942ef17bf3..accf677e25 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 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." ; \