X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Flibrary.make;h=fdb9cdba4d5b305042270b73d87b7f693d4be026;hb=a333f0685bbe681f9ca57944b9523613453a5040;hp=3ad567a86e05a398f11f26c8fba22cfb0fe3038b;hpb=13127840752e34dee96919b4f27281bcef03a0ca;p=mono.git diff --git a/mcs/build/library.make b/mcs/build/library.make index 3ad567a86e0..fdb9cdba4d5 100644 --- a/mcs/build/library.make +++ b/mcs/build/library.make @@ -266,7 +266,7 @@ endif # make dist will collect files in .sources files from all profiles dist-local: dist-default subs=' ' ; \ - for f in `$(topdir)/tools/removecomments.sh $(filter-out $(wildcard *_test.dll.sources) $(wildcard *exclude.sources),$(wildcard *.sources))` $(TEST_FILES) ; do \ + for f in `$(topdir)/tools/removecomments.sh $(filter-out $(wildcard *_test.dll.sources) $(wildcard *_xtest.dll.sources) $(wildcard *exclude.sources),$(wildcard *.sources))` $(TEST_FILES) ; do \ case $$f in \ ../*) : ;; \ *.g.cs) : ;; \