Cosmetical changes.
svn path=/trunk/; revision=10204
This commit is contained in:
parent
ee3f2cb2ef
commit
c2800e0d67
8
Makefile
8
Makefile
@ -1,8 +1,8 @@
|
||||
SUBDIRS := $(shell find */* -name "Makefile" | xargs --max-args=1 dirname)
|
||||
subdirs := $(shell find */* -name "Makefile" | xargs --max-args=1 dirname)
|
||||
|
||||
.PHONY: subdirs $(SUBDIRS)
|
||||
.PHONY: subdirs $(subdirs)
|
||||
|
||||
subdirs: $(SUBDIRS)
|
||||
subdirs: $(subdirs)
|
||||
|
||||
$(SUBDIRS):
|
||||
$(subdirs):
|
||||
$(MAKE) -C $@
|
||||
|
Loading…
Reference in New Issue
Block a user