From 96c76cf9c07614fb2f6d3ca842664f4a91bfd28a Mon Sep 17 00:00:00 2001 From: Stefan Zager Date: Thu, 7 Apr 2011 21:20:10 +0000 Subject: [PATCH] Added .PHONY targets git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12615 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/python/performance/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/python/performance/Makefile b/Examples/python/performance/Makefile index c6a1e9e98..c580801b4 100644 --- a/Examples/python/performance/Makefile +++ b/Examples/python/performance/Makefile @@ -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... ; \