1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

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

View File

@ -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.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 test $@
$(MAKE) -C tutorial $@ $(MAKE) -C tutorial $@
$(MAKE) -C utils $@ $(MAKE) -C utils $@
$(MAKE) -C tools/thread $@
distclean maintainer-clean: distclean maintainer-clean:
-$(MAKE) -C port $@ -$(MAKE) -C port $@
@ -46,4 +47,5 @@ distclean maintainer-clean:
-$(MAKE) -C test $@ -$(MAKE) -C test $@
-$(MAKE) -C tutorial $@ -$(MAKE) -C tutorial $@
-$(MAKE) -C utils $@ -$(MAKE) -C utils $@
-$(MAKE) -C tools/thread $@
rm -f Makefile.port Makefile.global rm -f Makefile.port Makefile.global