Makefile: Change spaces for atusb to tab
authorJason Self <j@jxself.org>
Fri, 5 Jul 2019 00:14:30 +0000 (17:14 -0700)
committerJason Self <j@jxself.org>
Fri, 5 Jul 2019 00:14:30 +0000 (17:14 -0700)
Makefile

index 51f708d1ca10209677d99ee2b4e18db828dd8e92..b5c5d0582da8b39be22047582849a1742fbacf4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ install:
                ln -s ath9k_htc/htc_9271-1.4.0.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)/ath9k_htc/htc_7010-1.4.0.fw && \
                ln -s ath9k_htc/htc_7010-1.4.0.fw $(prefix)/htc_7010.fw; fi;
-        if [ -a atusb/atusb.dfu ]; then $(install_program) -D atusb/atusb.dfu $(prefix)/atusb/atusb.dfu; fi;
+       if [ -a atusb/atusb.dfu ]; then $(install_program) -D atusb/atusb.dfu $(prefix)/atusb/atusb.dfu; fi;
        if [ -a av7110/bootcode.bin ]; then $(install_program) -D av7110/bootcode.bin $(prefix)/av7110/bootcode.bin; fi;
        if [ -a cis/3CCFEM556.cis ]; then $(install_program) -D cis/3CCFEM556.cis $(prefix)/cis/3CCFEM556.cis; fi;
        if [ -a cis/3CXEM556.cis ]; then $(install_program) -D cis/3CXEM556.cis $(prefix)/cis/3CXEM556.cis; fi;