8017561: Build errors caused by missing .PHONY

Tue, 25 Jun 2013 14:11:57 +0200

author
sla
date
Tue, 25 Jun 2013 14:11:57 +0200
changeset 5308
01e10b366055
parent 5307
e0c9a1d29eb4
child 5313
f8972b867ded
child 5326
c14867f95c60
child 5327
38ea2efa32a7

8017561: Build errors caused by missing .PHONY
Reviewed-by: stefank, brutisso

make/excludeSrc.make file | annotate | diff | comparison | revisions
     1.1 --- a/make/excludeSrc.make	Mon Jun 24 18:55:46 2013 -0400
     1.2 +++ b/make/excludeSrc.make	Tue Jun 25 14:11:57 2013 +0200
     1.3 @@ -112,3 +112,5 @@
     1.4  endif
     1.5  
     1.6  -include $(HS_ALT_MAKE)/excludeSrc.make
     1.7 +
     1.8 +.PHONY: $(HS_ALT_MAKE)/excludeSrc.make

mercurial