diff --git a/src/test/locale/Makefile b/src/test/locale/Makefile index 6ecf6cdb90d5f7364776b3aef12a78926ae0b88c..626c789a702b8c2364973dc1e38aae004d60a246 100644 --- a/src/test/locale/Makefile +++ b/src/test/locale/Makefile @@ -1,4 +1,4 @@ -# $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