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

Collapse All | Expand All

(-)spim/Makefile (-1 / +1 lines)
Lines 174-180 Link Here
174
	rm -f spim spim.exe *.o TAGS test.out lex.yy.c y.tab.c y.tab.h y.output
174
	rm -f spim spim.exe *.o TAGS test.out lex.yy.c y.tab.c y.tab.h y.output
175
175
176
install: spim
176
install: spim
177
	install -c -s  spim $(BIN_DIR)
177
	install -c spim $(BIN_DIR)
178
	install -c -m 0444 $(CPU_DIR)/exceptions.s $(EXCEPTION_DIR)
178
	install -c -m 0444 $(CPU_DIR)/exceptions.s $(EXCEPTION_DIR)
179
179
180
install-man:
180
install-man:

Return to bug 240005