summaryrefslogtreecommitdiff
path: root/libc/termios/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/termios/Makefile')
-rw-r--r--libc/termios/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/termios/Makefile b/libc/termios/Makefile
index cfc3baa..7e87a81 100644
--- a/libc/termios/Makefile
+++ b/libc/termios/Makefile
@@ -13,14 +13,13 @@ OBJ=$(TOBJ) ttyname.o
CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)
all: $(LIBC)
- @:
+ @$(RM) $(OBJ)
$(LIBC): $(LIBC)($(OBJ))
$(LIBC)($(TOBJ)): $(TSRC)
$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
$(AR) $(ARFLAGS) $@ $*.o
- $(RM) $*.o
else
all:
@: