aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-09-28 10:53:28 +0000
committerMax Horn2003-09-28 10:53:28 +0000
commit48da9f38deeab294ce84abb25f5bc980dfccff23 (patch)
tree064a3769d7daab715acef4aa3521fa5acc08ceda
parent761d9dacb9af7d4ac26b8b77cf68451a38139992 (diff)
downloadscummvm-rg350-48da9f38deeab294ce84abb25f5bc980dfccff23.tar.gz
scummvm-rg350-48da9f38deeab294ce84abb25f5bc980dfccff23.tar.bz2
scummvm-rg350-48da9f38deeab294ce84abb25f5bc980dfccff23.zip
add plugins to .PHONY list
svn-id: r10458
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 9ea48ee352..ac3185e660 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -130,7 +130,7 @@ distclean: clean
clean:
$(RM) $(OBJS) $(EXECUTABLE)
-.PHONY: all clean dist distclean
+.PHONY: all clean dist distclean plugins
# Old (dumb) compile & dependcy rules
#INCS = scumm/scumm.h common/scummsys.h common/stdafx.h