mtd/util Makefile,1.46,1.47

gleixner at infradead.org gleixner at infradead.org
Wed May 5 15:56:43 EDT 2004


Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv7611

Modified Files:
	Makefile 
Log Message:
supress warning if no .dep file exists. make magic mysteries

Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/util/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- Makefile	5 May 2004 18:52:24 -0000	1.46
+++ Makefile	5 May 2004 19:56:40 -0000	1.47
@@ -25,7 +25,8 @@
 
 all: $(TARGETS)
 
--include ${wildcard .*.c.dep}
+IGNORE=${wildcard .*.c.dep} 
+-include ${IGNORE}
 
 
 clean:




More information about the linux-mtd-cvs mailing list