Browse Source

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

David McCullough 23 năm trước cách đây
mục cha
commit
3675e9b481
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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