You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-firmware/sgabios/files/sgabios-0.1_pre8-makefile.p...

13 lines
395 B

diff -u sgabios-0.1_pre8/Makefile sgabios-0.1_pre8-fix//Makefile
--- sgabios-0.1_pre8/Makefile 2012-07-21 17:16:41.903363117 -0500
+++ sgabios-0.1_pre8-fix//Makefile 2012-07-23 11:11:08.438162997 -0500
@@ -71,8 +71,4 @@
ifeq (.depend, $(wildcard .depend))
include .depend
-else
-# if no .depend file existed, add a make clean to the end of building .depend
-.depend::
- $(MAKE) clean
endif