Explorar o código

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

David McCullough %!s(int64=23) %!d(string=hai) anos
pai
achega
3675e9b481
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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