[mcs/Makefile] make the 'btest' (bootstrap test) target work again
authorMiguel de Icaza <miguel@gnome.org>
Tue, 6 Sep 2016 01:38:47 +0000 (21:38 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 6 Sep 2016 01:39:03 +0000 (21:39 -0400)
mcs/mcs/Makefile

index 01285712a2b3787590464510bc71d67f99167ed0..9c4b6a172a0175c6521e885fff4f1dc42dca5d1f 100644 (file)
@@ -68,10 +68,10 @@ btest: mcs2.exe mcs3.exe
        ls -l mcs2.exe mcs3.exe
 
 mcs2.exe: $(PROGRAM)
-       $(TIME) $(RUNTIME) $(RUNTIME_FLAGS) $(PROGRAM) $(USE_MCS_FLAGS) -target:exe -out:$@ $(BUILT_SOURCES) @$(response)
+       $(TIME) $(RUNTIME) $(RUNTIME_FLAGS) $(PROGRAM) $(USE_MCS_FLAGS) $(MCS_REFERENCES) -target:exe -out:$@ $(BUILT_SOURCES) $(EXTRA_SOURCES) @$(response)
 
 mcs3.exe: mcs2.exe
-       $(TIME) $(RUNTIME) $(RUNTIME_FLAGS) ./mcs2.exe $(USE_MCS_FLAGS) -target:exe -out:$@ $(BUILT_SOURCES) @$(response)
+       $(TIME) $(RUNTIME) $(RUNTIME_FLAGS) ./mcs2.exe $(USE_MCS_FLAGS) $(MCS_REFERENCES) -target:exe -out:$@ $(BUILT_SOURCES) $(EXTRA_SOURCES) @$(response)
 
 wc:
        wc -l $(BUILT_SOURCES) `cat $(sourcefile)`