summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/locale/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/test/locale/Makefile b/src/test/locale/Makefile
index 6ecf6cdb90d..626c789a702 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