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

Collapse All | Expand All

(-)src/Makefile.am (-1 / +2 lines)
Lines 297-303 Link Here
297
	$(MAKE) -C tools genlinetoscr
297
	$(MAKE) -C tools genlinetoscr
298
298
299
cpudefs.c:	tools/build68k @top_srcdir@/src/table68k
299
cpudefs.c:	tools/build68k @top_srcdir@/src/table68k
300
		./tools/build68k <@top_srcdir@/src/table68k >cpudefs.c
300
	sleep 1s
301
	./tools/build68k <@top_srcdir@/src/table68k >cpudefs.c
301
302
302
machdep/libmachdep.a:
303
machdep/libmachdep.a:
303
	$(MAKE) -C @MACHDEP@ libmachdep.a
304
	$(MAKE) -C @MACHDEP@ libmachdep.a
(-)src/tools/Makefile.in (+1 lines)
Lines 54-59 Link Here
54
drawing.o: linetoscr.c
54
drawing.o: linetoscr.c
55
55
56
cpudefs.c: build68k @top_srcdir@/../table68k
56
cpudefs.c: build68k @top_srcdir@/../table68k
57
	sleep 1s
57
	./build68k <@top_srcdir@/../table68k >cpudefs.c
58
	./build68k <@top_srcdir@/../table68k >cpudefs.c
58
59
59
.c.o:
60
.c.o:

Return to bug 351652