OSDN Git Service

Only because of multi sources I had to touch up these and add code duplication
[uclinux-h8/uClibc.git] / libc / unistd / Makefile.in
index ebc3919..1bc0527 100644 (file)
@@ -35,7 +35,10 @@ UNISTD_DEF:=$(patsubst %,-DL_%,$(subst .o,,$(notdir $(UNISTD_MOBJ))))
 
 UNISTD_OBJS:=$(UNISTD_OBJ) $(UNISTD_MOBJ)
 
-$(UNISTD_MOBJ) $(UNISTD_MOBJ:.o=.os): $(UNISTD_MSRC)
+$(UNISTD_MOBJ): $(UNISTD_MSRC)
+       $(compile.m)
+
+$(UNISTD_MOBJ:.o=.os): $(UNISTD_MSRC)
        $(compile.m)
 
 libc-a-y+=$(UNISTD_OBJS)