Use POSIX preferred (and easier to read) $() form rather than ``
[madwifi/.git] / ath_hal / Makefile
index 0f2dd526f0eaad74011e7d06bc20732df618a6e0..d2722c057dbb6eddae63a3f1156cd865f6ff780c 100644 (file)
@@ -88,7 +88,7 @@ endif
 # 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