File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $PostgreSQL: pgsql/src/Makefile,v 1.38 2005/12/09 21:19:34 petere Exp $
7
+ # $PostgreSQL: pgsql/src/Makefile,v 1.39 2006/02/04 01:04:20 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
56
56
$(MAKE ) -C test $@
57
57
$(MAKE ) -C tutorial NO_PGXS=1 $@
58
58
$(MAKE ) -C utils $@
59
- $(MAKE ) -C tools /thread $@
59
+ $(MAKE ) -C test /thread $@
60
60
61
61
distclean maintainer-clean :
62
62
-$(MAKE ) -C port $@
@@ -70,7 +70,7 @@ distclean maintainer-clean:
70
70
-$(MAKE ) -C test $@
71
71
-$(MAKE ) -C tutorial NO_PGXS=1 $@
72
72
-$(MAKE ) -C utils $@
73
- -$(MAKE ) -C tools /thread $@
73
+ -$(MAKE ) -C test /thread $@
74
74
rm -f Makefile.port Makefile.global
75
75
76
76
You can’t perform that action at this time.
0 commit comments