Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 393139 | Differences between
and this patch

Collapse All | Expand All

(-)src/tools/global/GNUmakefile (-1 / +4 lines)
Lines 68-74 Link Here
68
$(LIBRARY): 
68
$(LIBRARY): 
69
	(echo TARGET is $(TARGET); cd ./src; $(MAKE) || exit 1;) 
69
	(echo TARGET is $(TARGET); cd ./src; $(MAKE) || exit 1;) 
70
70
71
$(TESTS) %.x:	$(LIBRARY)
71
%.x: $(LIBRARY)
72
	(cd ./testing; $(MAKE) $@ || exit 1;)
73
74
$(TESTS): $(LIBRARY)
72
	(cd ./testing; $(MAKE) $@  || exit 1;)
75
	(cd ./testing; $(MAKE) $@  || exit 1;)
73
76
74
all: $(TESTS)
77
all: $(TESTS)

Return to bug 393139