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/build/executable.make')
-rw-r--r--mcs/build/executable.make3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/build/executable.make b/mcs/build/executable.make
index 726ac000f86..7ad29cd9eeb 100644
--- a/mcs/build/executable.make
+++ b/mcs/build/executable.make
@@ -4,10 +4,7 @@
base_prog = $(shell basename $(PROGRAM))
sourcefile = $(base_prog).sources
-base_prog_config := $(wildcard $(base_prog).config.$(PROFILE))
-ifndef base_prog_config
base_prog_config := $(wildcard $(base_prog).config)
-endif
ifdef base_prog_config
PROGRAM_config := $(PROGRAM).config
endif