瀏覽代碼

Update dependancies

Eric Andersen 24 年之前
父節點
當前提交
87e26cded5
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      libc/termios/Makefile

+ 0 - 3
libc/termios/Makefile

@@ -41,9 +41,6 @@ $(LIBC): $(MOBJ) $(COBJS)
 $(MOBJ): $(MSRC)
 	$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
 
-$(COBJS): $(CSRC)
-
-
 clean:
 	rm -f *.[oa] *~ core