Commit 9190b4da authored by Bruce Momjian's avatar Bruce Momjian

Update Makefile for new thread_test location.

parent 9e66c3e6
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# $PostgreSQL: pgsql/src/Makefile,v 1.38 2005/12/09 21:19:34 petere Exp $ # $PostgreSQL: pgsql/src/Makefile,v 1.39 2006/02/04 01:04:20 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -56,7 +56,7 @@ clean: ...@@ -56,7 +56,7 @@ clean:
$(MAKE) -C test $@ $(MAKE) -C test $@
$(MAKE) -C tutorial NO_PGXS=1 $@ $(MAKE) -C tutorial NO_PGXS=1 $@
$(MAKE) -C utils $@ $(MAKE) -C utils $@
$(MAKE) -C tools/thread $@ $(MAKE) -C test/thread $@
distclean maintainer-clean: distclean maintainer-clean:
-$(MAKE) -C port $@ -$(MAKE) -C port $@
...@@ -70,7 +70,7 @@ distclean maintainer-clean: ...@@ -70,7 +70,7 @@ distclean maintainer-clean:
-$(MAKE) -C test $@ -$(MAKE) -C test $@
-$(MAKE) -C tutorial NO_PGXS=1 $@ -$(MAKE) -C tutorial NO_PGXS=1 $@
-$(MAKE) -C utils $@ -$(MAKE) -C utils $@
-$(MAKE) -C tools/thread $@ -$(MAKE) -C test/thread $@
rm -f Makefile.port Makefile.global rm -f Makefile.port Makefile.global
......
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