Use POSIX preferred (and easier to read) $() form rather than ``
[madwifi/.git] / ath_hal / Makefile
index 800d9149bd169910418a76b99abdb14ff92ef2ab..d2722c057dbb6eddae63a3f1156cd865f6ff780c 100644 (file)
@@ -85,10 +85,10 @@ ifdef LINUX24
 else
        $(call if_changed,uudecode)
 endif
-       # Replace as many hashed names as possible with meaningful
-       # ones in the symbol table of the binary kernel module for HAL.
+# Replace as many hashed names as possible with meaningful
+# ones in the symbol table of the binary kernel module for HAL.
        $(filter-out -O binary -S,$(OBJCOPY)) \
-               `cat $(TOP)/scripts/hal_unmangle.objcopy` \
+               $$(cat $(TOP)/scripts/hal_unmangle.objcopy) \
                $(obj)/$(TARGET).hal.o
 
 .PHONY: install