Changeset a09b227 in freewrt for tools/jffs2/patches/010-portability.patch
- Timestamp:
- Jul 16, 2006, 10:37:52 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 1444c95
- Parents:
- 4e713c9
- File:
-
- 1 moved
-
tools/jffs2/patches/010-portability.patch (moved) (moved from target/linux/image/jffs2/patches/010-portability.patch ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/jffs2/patches/010-portability.patch
r4e713c9 ra09b227 10 10 %.o: %.c 11 11 - $(CC) $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep 12 + $(CC) -include param.h $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep12 + $(CC) -include $(TOPDIR)/scripts/param.h $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep 13 13 14 14 .SUFFIXES:
Note:
See TracChangeset
for help on using the changeset viewer.
