Clean tools/thread on make clean/distclean.

This commit is contained in:
Bruce Momjian 2004-04-26 00:48:38 +00:00
parent 6647ce87fe
commit f5b6ce7cb9
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/Makefile,v 1.30 2003/11/29 19:51:39 pgsql Exp $
# $PostgreSQL: pgsql/src/Makefile,v 1.31 2004/04/26 00:48:38 momjian Exp $
#
#-------------------------------------------------------------------------
@ -35,6 +35,7 @@ clean:
$(MAKE) -C test $@
$(MAKE) -C tutorial $@
$(MAKE) -C utils $@
$(MAKE) -C tools/thread $@
distclean maintainer-clean:
-$(MAKE) -C port $@
@ -46,4 +47,5 @@ distclean maintainer-clean:
-$(MAKE) -C test $@
-$(MAKE) -C tutorial $@
-$(MAKE) -C utils $@
-$(MAKE) -C tools/thread $@
rm -f Makefile.port Makefile.global