From e077860853db46c4813969257c1a9e3025f0974f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 1 Nov 2005 22:12:53 +0000 Subject: Only because of multi sources I had to touch up these and add code duplication --- libc/pwd_grp/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libc/pwd_grp') diff --git a/libc/pwd_grp/Makefile.in b/libc/pwd_grp/Makefile.in index d58484b2f..3475d2331 100644 --- a/libc/pwd_grp/Makefile.in +++ b/libc/pwd_grp/Makefile.in @@ -28,7 +28,10 @@ PWDGRP_MOBJ:=$(patsubst %.o,$(PWDGRP_OUT)/%.o,$(MOBJ)) PWDGRP_DEF:=$(patsubst %,-DL_%,$(subst .o,,$(notdir $(PWDGRP_MOBJ)))) -$(PWDGRP_MOBJ) $(PWDGRP_MOBJ:.o=.os): $(PWDGRP_MSRC) +$(PWDGRP_MOBJ): $(PWDGRP_MSRC) + $(compile.m) + +$(PWDGRP_MOBJ:.o=.os): $(PWDGRP_MSRC) $(compile.m) libc-a-y+=$(PWDGRP_MOBJ) -- cgit v1.2.3