瀏覽代碼

Add an empty DIRS target incase it gets inherited from the env.

David McCullough 23 年之前
父節點
當前提交
3675e9b481
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      libc/misc/sysvipc/Makefile

+ 2 - 0
libc/misc/sysvipc/Makefile

@@ -24,6 +24,8 @@ TOPDIR=../../
 include $(TOPDIR)Rules.mak
 LIBC=$(TOPDIR)libc.a
 
+DIRS=
+
 MSRC=sem.c
 MOBJ=semget.o semctl.o semop.o