提交 9190b4da 编写于 作者: B Bruce Momjian

Update Makefile for new thread_test location.

上级 9e66c3e6
......@@ -4,7 +4,7 @@
#
# 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:
$(MAKE) -C test $@
$(MAKE) -C tutorial NO_PGXS=1 $@
$(MAKE) -C utils $@
$(MAKE) -C tools/thread $@
$(MAKE) -C test/thread $@
distclean maintainer-clean:
-$(MAKE) -C port $@
......@@ -70,7 +70,7 @@ distclean maintainer-clean:
-$(MAKE) -C test $@
-$(MAKE) -C tutorial NO_PGXS=1 $@
-$(MAKE) -C utils $@
-$(MAKE) -C tools/thread $@
-$(MAKE) -C test/thread $@
rm -f Makefile.port Makefile.global
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册