Makefile: Change spaces to tabs
authorJason Self <j@jxself.org>
Sun, 20 May 2018 23:23:34 +0000 (16:23 -0700)
committerJason Self <j@jxself.org>
Sun, 20 May 2018 23:23:34 +0000 (16:23 -0700)
This problem was introduced during copy/paste of some Makefile
commands.

Makefile

index 393831ce41d6207487dfafd09b1d5c297b9c2ab6..0a9d18995c915abc396a9bf2795ad55a685796d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ clean:
        cd usbdux && $(MAKE) -f Makefile_dux clean
 
 install:
        cd usbdux && $(MAKE) -f Makefile_dux clean
 
 install:
-        if [ -a aica/arm/aica_firmware.bin ]; then $(install_program) -D aica/arm/aica_firmware.bin $(prefix)/aica_firmware.bin; fi;
+       if [ -a aica/arm/aica_firmware.bin ]; then $(install_program) -D aica/arm/aica_firmware.bin $(prefix)/aica_firmware.bin; fi;
        if [ -a ath9k_htc/target_firmware/htc_9271.fw ]; then $(install_program) -D ath9k_htc/target_firmware/htc_9271.fw $(prefix)/htc_9271.fw; fi;
        if [ -a ath9k_htc/target_firmware/htc_7010.fw ]; then $(install_program) -D ath9k_htc/target_firmware/htc_7010.fw $(prefix)/htc_7010.fw; fi;
        if [ -a av7110/bootcode.bin ]; then $(install_program) -D av7110/bootcode.bin $(prefix)/av7110/bootcode.bin; fi;
        if [ -a ath9k_htc/target_firmware/htc_9271.fw ]; then $(install_program) -D ath9k_htc/target_firmware/htc_9271.fw $(prefix)/htc_9271.fw; fi;
        if [ -a ath9k_htc/target_firmware/htc_7010.fw ]; then $(install_program) -D ath9k_htc/target_firmware/htc_7010.fw $(prefix)/htc_7010.fw; fi;
        if [ -a av7110/bootcode.bin ]; then $(install_program) -D av7110/bootcode.bin $(prefix)/av7110/bootcode.bin; fi;