Changeset 250

Show
Ignore:
Timestamp:
07/16/06 22:49:48 (6 years ago)
Author:
tg
Message:

fix build (it was actually a CFLAGS abuse,
the build honours (HOST)CC/CFLAGS now)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/jffs2/patches/010-portability.patch

    r248 r250  
    1010 %.o: %.c 
    1111-       $(CC) $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep 
    12 +       $(CC) -include $(TOPDIR)/scripts/param.h $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep 
     12+       $(CC) -include param.h $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep 
    1313  
    1414 .SUFFIXES: