aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib
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 /src/interfaces/ecpg/compatlib
parent64230a9f28e607110ee1e97eeb1e7f615e66eb78 (diff)
downloadpostgresql-2cc01004c620c4da07ec818d842d7e7fae162774.tar.gz
postgresql-2cc01004c620c4da07ec818d842d7e7fae162774.zip
Remove remains of old depend target.
Diffstat (limited to 'src/interfaces/ecpg/compatlib')
-rw-r--r--src/interfaces/ecpg/compatlib/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile
index 3b97821bb50..c4e68ab0c13 100644
--- a/src/interfaces/ecpg/compatlib/Makefile
+++ b/src/interfaces/ecpg/compatlib/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.26 2007/01/05 20:54:39 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.27 2007/01/20 17:16:17 petere Exp $
#
#-------------------------------------------------------------------------
@@ -39,10 +39,3 @@ uninstall: uninstall-lib
clean distclean maintainer-clean: clean-lib
rm -f $(OBJS)
-
-depend dep:
- $(CC) -MM $(CFLAGS) *.c >depend
-
-ifeq (depend,$(wildcard depend))
-include depend
-endif