- use cross strip instead of host strip; closes #773
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 28 Aug 2006 13:46:38 +0000 (13:46 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 28 Aug 2006 13:46:38 +0000 (13:46 -0000)
package/ipsec-tools/ipsec-tools.mk

index 4d535565f0f2f232ef648ecef770cc898d83680e..a9b6fcb714cdd97bf98a98aa9f40060dc596e79b 100644 (file)
@@ -97,8 +97,8 @@ $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL): \
   $(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_SETKEY) \
   $(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOON) \
   $(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOONCTL) 
-       make -C $(IPSEC_TOOLS_DIR) DESTDIR=$(TARGET_DIR) install
-       strip --strip-unneeded --remove-section=.comment \
+       $(MAKE) -C $(IPSEC_TOOLS_DIR) DESTDIR=$(TARGET_DIR) install
+       $(STRIP) --strip-unneeded --remove-section=.comment \
           --remove-section=.note \
          $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \
          $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON) \