mtd/fs/jffs2 Makefile,1.36,1.37 GNUmakefile,1.6,1.7

David Woodhouse dwmw2 at infradead.org
Wed May 14 16:26:32 EDT 2003


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv8721

Modified Files:
	Makefile GNUmakefile 
Log Message:
Move Rules.make

Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- Makefile	27 Nov 2002 10:45:09 -0000	1.36
+++ Makefile	14 May 2003 20:26:30 -0000	1.37
@@ -37,5 +37,3 @@
 O_TARGET := jffs2.o
 endif
 
-include $(TOPDIR)/Rules.make
-

Index: GNUmakefile
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/GNUmakefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- GNUmakefile	3 Sep 2002 16:38:24 -0000	1.6
+++ GNUmakefile	14 May 2003 20:26:30 -0000	1.7
@@ -44,6 +44,6 @@
 
 
 include Makefile
-
+-include $(TOPDIR)/Rules.make
 
 endif




More information about the linux-mtd-cvs mailing list