From: Jérémie Laval Date: Thu, 6 Jun 2013 14:51:10 +0000 (-0400) Subject: [monodoc] Use CLEAN_FILES rather than overriding clean-local X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=9c4ee217323dc15daa3891d7bd5576487c8de2b4;p=mono.git [monodoc] Use CLEAN_FILES rather than overriding clean-local --- diff --git a/mcs/class/monodoc/Makefile b/mcs/class/monodoc/Makefile index 68d476fd514..795cae98daf 100644 --- a/mcs/class/monodoc/Makefile +++ b/mcs/class/monodoc/Makefile @@ -117,6 +117,8 @@ LIB_MCS_FLAGS = \ /r:System.Xml.Linq.dll \ /r:System.Configuration.dll +CLEAN_FILES += $(the_lib).config + TEST_MCS_FLAGS = /r:System.dll /r:System.Core.dll /r:System.Xml.dll DOC_SOURCE_DIRS = \ @@ -147,6 +149,3 @@ parser.exe: Monodoc.Ecma/EcmaUrlParser.cs Monodoc.Ecma/EcmaUrlTokenizer.cs Monod setup-doc-sources: $(DOC_SOURCES) mkdir -p ./Test/monodoc_test/sources/ cp $(DOC_SOURCES) ./Test/monodoc_test/sources/ - -clean-local: - rm -f $(the_lib).config