Explorar o código

Simple fix

svn path=/trunk/mcs/; revision=9546
Miguel de Icaza %!s(int64=23) %!d(string=hai) anos
pai
achega
ebe5f0fecd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mcs/monoresgen/makefile

+ 1 - 1
mcs/monoresgen/makefile

@@ -12,7 +12,7 @@ linux: monoresgen.exe
 windows: monoresgen.exe
 
 monoresgen.exe: $(SOURCES)
-	$(MCS) $(MCS_FLAGS) -o $@ $(SOURCES)
+	$(RUNTIME) $(MCS) $(MCS_FLAGS) -o $@ $(SOURCES)
 
 install: all
 	mkdir -p $(prefix)/bin/