Changeset 8eda36a in freewrt


Ignore:
Timestamp:
Nov 25, 2006, 4:39:15 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
2894cdb
Parents:
3f4cfaf
Message:

fix problems on OpenBSD host, reported by Ulrich Kahl

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1209 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/generic-2.4/patches/209-build_fixes.patch

    r3f4cfaf r8eda36a  
    2727 fastdep: dummy
    2828-       $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
    29 +       find -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend
     29+       find . -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend
    3030 ifdef ALL_SUB_DIRS
    3131        $(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
Note: See TracChangeset for help on using the changeset viewer.