Fixed format of VS2005 project file. Please revert if it breaks MSBuild compilation...
[mono.git] / mcs / gmcs / Makefile
index 72f03b5626fa2d375f017550f2710511e3f436f9..71a1418f5684eebc94617c98608cef9f5ca3b195 100644 (file)
@@ -42,7 +42,7 @@ $(bootstrap_libfiles): bootstrap-libs
 bootstrap-libs:
        cd .. && $(MAKE) PROFILE=net_2_0_bootstrap all
 
-gmcs.exe: $(bootstrap_libfiles)
+$(PROGRAM): $(bootstrap_libfiles)
 
 gmcs2.exe: $(PROGRAM)
        MONO_PATH="../class/lib/net_2_0$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" time $(PROGRAM) -2 /target:exe /debug /out:$@ $^ $(DEBUG_FLAGS)