diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-01 22:12:53 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-01 22:12:53 +0000 |
commit | e077860853db46c4813969257c1a9e3025f0974f (patch) | |
tree | 2f5a051dc1fb50dd9ce9552c4312569133b913e9 /libc/misc/ftw | |
parent | 8b9c2bd0462a1185eaa4d320472106e9aa0c7646 (diff) |
Only because of multi sources I had to touch up these and add code duplication
Diffstat (limited to 'libc/misc/ftw')
-rw-r--r-- | libc/misc/ftw/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/misc/ftw/Makefile.in b/libc/misc/ftw/Makefile.in index 07adba6ff..50be20aeb 100644 --- a/libc/misc/ftw/Makefile.in +++ b/libc/misc/ftw/Makefile.in @@ -21,7 +21,10 @@ MISC_FTW_DEF:=$(patsubst %,-DL_%,$(subst .o,,$(notdir $(MISC_FTW_MOBJ)))) MISC_FTW_OBJS:=$(MISC_FTW_MOBJ) $(MISC_FTW_OUT)/$(MISC_FTW_NO_MULTI) -$(MISC_FTW_OBJS) $(MISC_FTW_OBJS:.o=.os): $(MISC_FTW_MSRC) +$(MISC_FTW_OBJS): $(MISC_FTW_MSRC) + $(compile.m) + +$(MISC_FTW_OBJS:.o=.os): $(MISC_FTW_MSRC) $(compile.m) libc-a-$(UCLIBC_HAS_FTW)+=$(MISC_FTW_OBJS) |