mirror of https://github.com/postgres/postgres
Update Makefile for new thread_test location.
This commit is contained in:
parent
9e66c3e6fe
commit
9190b4da5d
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue