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/termios/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libc/termios') diff --git a/libc/termios/Makefile.in b/libc/termios/Makefile.in index a90d4fb90..415f32192 100644 --- a/libc/termios/Makefile.in +++ b/libc/termios/Makefile.in @@ -25,7 +25,10 @@ TERMIOS_DEF:=$(patsubst %,-DL_%,$(subst .o,,$(notdir $(TERMIOS_MOBJ)))) TERMIOS_OBJS:=$(TERMIOS_OBJ) $(TERMIOS_MOBJ) -$(TERMIOS_MOBJ) $(TERMIOS_MOBJ:.o=.os): $(TERMIOS_MSRC) +$(TERMIOS_MOBJ): $(TERMIOS_MSRC) + $(compile.m) + +$(TERMIOS_MOBJ:.o=.os): $(TERMIOS_MSRC) $(compile.m) libc-a-y+=$(TERMIOS_OBJS) -- cgit v1.2.3