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/time/Makefile.in | |
parent | 8b9c2bd0462a1185eaa4d320472106e9aa0c7646 (diff) |
Only because of multi sources I had to touch up these and add code duplication
Diffstat (limited to 'libc/misc/time/Makefile.in')
-rw-r--r-- | libc/misc/time/Makefile.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libc/misc/time/Makefile.in b/libc/misc/time/Makefile.in index 06da935be..91ca6e396 100644 --- a/libc/misc/time/Makefile.in +++ b/libc/misc/time/Makefile.in @@ -45,10 +45,16 @@ MISC_TIME_DEF:=$(patsubst %,-DL_%,$(subst .o,,$(notdir $(filter-out $(MISC_TIME_ MISC_TIME_OBJS:=$(MISC_TIME_OBJ) $(MISC_TIME_MOBJ) -$(MISC_TIME_MOBJ) $(MISC_TIME_MOBJ:.o=.os): $(MISC_TIME_MSRC) +$(MISC_TIME_MOBJ): $(MISC_TIME_MSRC) $(compile.m) -$(MISC_TIME_MOBJx) $(MISC_TIME_MOBJx:.o=.os): $(MISC_TIME_MSRC) +$(MISC_TIME_MOBJ:.o=.os): $(MISC_TIME_MSRC) + $(compile.m) + +$(MISC_TIME_MOBJx): $(MISC_TIME_MSRC) + $(compile.m) -D__UCLIBC_DO_XLOCALE + +$(MISC_TIME_MOBJx:.o=.os): $(MISC_TIME_MSRC) $(compile.m) -D__UCLIBC_DO_XLOCALE libc-a-y+=$(MISC_TIME_OBJS) |