Added .PHONY targets

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12615 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Stefan Zager 2011-04-07 21:20:10 +00:00
commit 96c76cf9c0

View file

@ -10,6 +10,8 @@ include ../../Makefile
SUBDIRS := constructor func hierarchy operator hierarchy_operator
.PHONY : all $(SUBDIRS)
all : $(SUBDIRS:%=%-build)
@for subdir in $(SUBDIRS); do \
echo Running $$subdir test... ; \