Commit b90a7fe1 authored by Tom Lane's avatar Tom Lane

Clean up after tests in src/test/locale/.

Oversight in 257836a7, which added these tests.
parent 9c83b54a
...@@ -13,6 +13,7 @@ all: $(PROGS) ...@@ -13,6 +13,7 @@ all: $(PROGS)
clean distclean maintainer-clean: clean distclean maintainer-clean:
rm -f $(PROGS) *.o rm -f $(PROGS) *.o
rm -rf tmp_check
for d in $(DIRS); do \ for d in $(DIRS); do \
$(MAKE) -C $$d clean || exit; \ $(MAKE) -C $$d clean || exit; \
done done
......
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