Commit e8990eba authored by Peter Eisentraut's avatar Peter Eisentraut

Repair circular dependencies and broken clean commands.

parent d62d4c33
# $Header: /cvsroot/pgsql/src/test/locale/Makefile,v 1.6 2000/10/20 21:04:24 petere Exp $
# $Header: /cvsroot/pgsql/src/test/locale/Makefile,v 1.7 2001/01/19 19:15:33 petere Exp $
subdir = src/test/locale
top_builddir = ../../..
......@@ -6,15 +6,15 @@ include $(top_builddir)/src/Makefile.global
PROGS = test-pgsql-locale test-ctype
DIRS = koi8-r ISO8859-7 koi8-to-win1251
DIRS = de_DE.ISO8859-1 gr_GR.ISO8859-7 koi8-r koi8-to-win1251
all: $(PROGS)
clean:
rm -f $(PROGS) *.out
rm -f $(PROGS)
for d in $(DIRS); do \
$(MAKE) -C $$d clean
$(MAKE) -C $$d clean; \
done
test-%: all
@cd `echo $@ | sed 's/^test-//'` && $(MAKE) test
check-%: all
@$(MAKE) -C `echo $@ | sed 's/^check-//'` test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment