OSDN Git Service

Add an empty DIRS target incase it gets inherited from the env.
authorDavid McCullough <davidm@snapgear.com>
Tue, 20 Mar 2001 10:52:50 +0000 (10:52 -0000)
committerDavid McCullough <davidm@snapgear.com>
Tue, 20 Mar 2001 10:52:50 +0000 (10:52 -0000)
libc/misc/sysvipc/Makefile

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