mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
make: Fix comparisons for sh compatibility
Thanks to @rw-r-r-0644 for this one
This commit is contained in:
parent
e950c6b937
commit
f87b3f9347
@ -91,7 +91,7 @@ WUT_RPLELF_SUFFIX := .elf
|
||||
@echo ELF2RPL $(notdir $@)
|
||||
$(Q)$(WUT_ELF2RPL) $(WUT_ELF2RPLFLAGS) $@$(WUT_RPLELF_SUFFIX) $@
|
||||
# Unless we're told not to, delete the initial output file
|
||||
$(Q)if [ "$(WUT_KEEP_RPLELF)" == "" ]; then \
|
||||
$(Q)if [ "$(WUT_KEEP_RPLELF)" = "" ]; then \
|
||||
rm -f $@$(WUT_RPLELF_SUFFIX); \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user