Ver Fonte

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

David McCullough há 23 anos atrás
pai
commit
3675e9b481
1 ficheiros alterados com 2 adições e 0 exclusões
  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