Add early support for CFE mapping
[openwrt.git] / toolchain / gcc / Makefile
index 85691e6..77f7645 100644 (file)
@@ -103,8 +103,8 @@ define Stage2/Install
                ln -sf $(REAL_GNU_TARGET_NAME) $(GNU_TARGET_NAME); \
                cd bin; \
                for app in $(REAL_GNU_TARGET_NAME)-* ; do \
-                       ln -sf $${app} \
-                       $(GNU_TARGET_NAME)$${app##$(REAL_GNU_TARGET_NAME)}; \
+                       ln -sf $$$${app} \
+                       $(GNU_TARGET_NAME)$$$${app##$(REAL_GNU_TARGET_NAME)}; \
                done; \
        );
 endef
This page took 0.023948 seconds and 4 git commands to generate.