make sure that the subdirectories of mcs/class/Facades are included in the tarball
authorTimotheus Pokorra <timotheus.pokorra@solidcharity.com>
Fri, 30 May 2014 13:04:39 +0000 (15:04 +0200)
committerTimotheus Pokorra <timotheus.pokorra@solidcharity.com>
Fri, 30 May 2014 13:04:39 +0000 (15:04 +0200)
to avoid errors like:
MCS     [net_4_5] System.Xml.Serialization.dll
/bin/sh: line 4: cd: System.Collections.Concurrent: No such file or directory

mcs/class/Facades/Makefile

index ff69d5deabb525aa6413d1c6cf3ddec4deb5b0bc..ffdea4c751cc43b7e65000974c3a907311bc8eec 100644 (file)
@@ -45,6 +45,7 @@ include $(MCS_BUILD_DIR)/rules.make
 
 dist-local: dist-default
 
+SUBDIRS = $(net_4_5_SUBDIRS)
 
 doc-update-local:
        @echo "not doing docs"