Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick/iforce
In directory usw-pr-cvs1:/tmp/cvs-serv20228
Modified Files:
Makefile
Log Message:
Forgot to include Rules.make. I wonder how it worked without ???
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick/iforce/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 30 Jan 2002 00:08:41 -0000 1.3
+++ Makefile 8 Feb 2002 23:01:04 -0000 1.4
@@ -21,3 +21,7 @@
iforce.o: $(IFORCEOBJS)
$(LD) -i $(IFORCEOBJS) -o $@
+# The global Rules.make.
+
+include $(TOPDIR)/Rules.make
+
|