summaryrefslogtreecommitdiff
path: root/libc/termios
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-01 22:12:53 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-01 22:12:53 +0000
commite077860853db46c4813969257c1a9e3025f0974f (patch)
tree2f5a051dc1fb50dd9ce9552c4312569133b913e9 /libc/termios
parent8b9c2bd0462a1185eaa4d320472106e9aa0c7646 (diff)
Only because of multi sources I had to touch up these and add code duplication
Diffstat (limited to 'libc/termios')
-rw-r--r--libc/termios/Makefile.in5
1 files changed, 4 insertions, 1 deletions
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)