소스 검색

bugfix on find command

Guangshuo Chen 8 년 전
부모
커밋
9030aa539b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,7 +1,7 @@
1 1
 .PHONY:all %.all install %.install clean %.clean cleandist %.cleandist release
2 2
 
3 3
 SUBMAKE:=make -s -C
4
-SUBMAKABLE:=$(shell find -mindepth 2 -name '[Mm]akefile' | sed 's%^./%%;s%/[^/]*%%')
4
+SUBMAKABLE:=$(shell find . -mindepth 2 -name '[Mm]akefile' | sed 's%^./%%;s%/[^/]*%%')
5 5
 define submake
6 6
 	@tput setaf 3
7 7
 	@echo make[$1] $2