소스 검색

DIRS was not set in this makefile and could be inherited from the
environment.

David McCullough 25 년 전
부모
커밋
25b20c5146
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      libc/unistd/Makefile

+ 4 - 0
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