Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.3.99-pre4 /Rules.make

Filename:/Rules.make
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.3.99-pre3  2.3.16  2.2.13  2.2.13pre18  2.2.13pre17  2.2.13pre16 
(Following)

Location
[  2.3.99-pre4
   o  Rules.make

Patch

diff -u --recursive --new-file v2.3.99-pre3/linux/Rules.make linux/Rules.make
--- v2.3.99-pre3/linux/Rules.make   Mon Mar 27 08:08:21 2000
+++ linux/Rules.make   Thu Mar 30 16:56:04 2000
@@ -48,7 +48,7 @@
    $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$@) -S $< -o $@
 
 %.i: %.c
-   $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$@) -E $< > $@
+   $(CPP) $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$@) $< > $@
 
 %.o: %.c
    $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$@) -c -o $@ $<


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.