File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,7 @@ bin/loadp2: loadp2/build/loadp2
225
225
mkdir -p bin
226
226
cp $< $@
227
227
228
- spin2cpp/build/flexspin :
229
- $(MAKE ) -C spin2cpp OPT=-O1
230
- spin2cpp/build/flexcc :
228
+ spin2cpp/build/flexspin spin2cpp/build/flexcc :
231
229
$(MAKE ) -C spin2cpp OPT=-O1
232
230
233
231
proploader-$(OS ) -build/bin/proploader : bin/flexspin
@@ -264,9 +262,7 @@ bin/loadp2.exe: loadp2/build-win32/loadp2.exe
264
262
$(SIGNPC ) bin/loadp2
265
263
mv bin/loadp2.signed.exe bin/loadp2.exe
266
264
267
- spin2cpp/build-win32/flexspin.exe :
268
- $(MAKE ) -C spin2cpp CROSS=win32
269
- spin2cpp/build-win32/flexcc.exe :
265
+ spin2cpp/build-win32/flexspin.exe spin2cpp/build-win32/flexcc.exe :
270
266
$(MAKE ) -C spin2cpp CROSS=win32
271
267
272
268
ifneq ($(OS ) ,msys)
@@ -307,9 +303,7 @@ bin/flexcc.mac: spin2cpp/build-macosx/flexcc
307
303
cp $< $@
308
304
$(SIGNMAC ) $@
309
305
310
- spin2cpp/build-macosx/flexspin :
311
- $(MAKE ) -C spin2cpp CROSS=macosx
312
- spin2cpp/build-macosx/flexcc :
306
+ spin2cpp/build-macosx/flexspin spin2cpp/build-macosx/flexcc :
313
307
$(MAKE ) -C spin2cpp CROSS=macosx
314
308
315
309
loadp2/build-macosx/loadp2 :
You can’t perform that action at this time.
0 commit comments