Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/Makefile')
-rw-r--r--mcs/class/System/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System/Makefile b/mcs/class/System/Makefile
index 420dc4ff78b..665ad66e7e4 100644
--- a/mcs/class/System/Makefile
+++ b/mcs/class/System/Makefile
@@ -22,10 +22,10 @@ ifdef SECOND_PASS
include ../../build/library.make
else
all-local:
- @if test ! -f ../lib/$(CYCLIC_DEP) ; then \
+ @if test ! -f ../lib/$(PROFILE)/$(CYCLIC_DEP) ; then \
echo "Creating temporary $(LIBRARY) without $(CYCLIC_DEP) reference." ; \
$(MAKE) SECOND_PASS=yes || exit 1 ; \
- rm -f '$(depsdir)/$(LIBRARY).stamp'; \
+ rm -f '$(depsdir)/$(PROFILE)_$(LIBRARY).stamp'; \
else \
$(MAKE) SECOND_PASS=yes EXTRA_FLAGS='/define:XML_DEP /r:$(CYCLIC_DEP)' || exit 1; \
fi