Skip to content

Commit

Permalink
Fix parallel build of 3.9 installers
Browse files Browse the repository at this point in the history
- Copy and paste error
  • Loading branch information
Vogtinator committed Jan 21, 2017
1 parent 1c73b0d commit d8f4b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndless/src/installer-3.9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stage0.bin: stage0.o
$(OBJCOPY) -O binary $< $@

# Those can't be built simultaneously due to using "Problem1.xml" as filename
ndless_installer_4.2.0_cascx.tns: ndless_installer_4.2.0_cx.tns
ndless_installer_3.9.1.tns: ndless_installer_3.9.0_classic.tns

ndless_installer_%.tns: Problem1_%.xml
cat Problem1_pre.xml $< Problem1_mid.xml $< Problem1_post.xml > Problem1.xml
Expand Down

0 comments on commit d8f4b2c

Please sign in to comment.