1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove remains of old depend target.

This commit is contained in:
Peter Eisentraut
2007-01-20 17:16:17 +00:00
parent 64230a9f28
commit 2cc01004c6
60 changed files with 65 additions and 420 deletions

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.63 2007/01/12 11:27:28 meskes Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.64 2007/01/20 17:16:17 petere Exp $
subdir = src/interfaces/ecpg/test
top_builddir = ../../../..
@ -23,7 +23,7 @@ else
abs_builddir := $(shell pwd -W)
endif
all install installdirs uninstall dep depend distprep:
all install installdirs uninstall distprep:
$(MAKE) -C connect $@
$(MAKE) -C expected $@
$(MAKE) -C sql $@