From 25b20c514618c2df1c67fc8defabb220471a5ed0 Mon Sep 17 00:00:00 2001
From: David McCullough <davidm@snapgear.com>
Date: Mon, 29 Jan 2001 14:36:00 +0000
Subject: DIRS was not set in this makefile and could be inherited from the
 environment.

---
 libc/unistd/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'libc')

diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile
index 6873102b0..f69d9a453 100644
--- a/libc/unistd/Makefile
+++ b/libc/unistd/Makefile
@@ -23,6 +23,7 @@
 TOPDIR=../
 include $(TOPDIR)Rules.mak
 LIBC=$(TOPDIR)libc.a
+DIRS:=
 
 CSRC=execl.c execlp.c execv.c execvep.c execvp.c getcwd.c getopt.c \
 	sleep.c getpass.c sysconf_src.c
@@ -100,6 +101,9 @@ $(patsubst %, _dir_%, $(DIRS)) : dummy
 $(patsubst %, _dirclean_%, $(DIRS)) : dummy
 	$(MAKE) -C $(patsubst _dirclean_%, %, $@) clean
 
+.PHONY: dummy
+dummy:
+
 clean:
 	rm -f *.[oa] *~ core gen_sysconf sysconf_*.c
 
-- 
cgit v1.2.3