remove doubled line

SVN-Revision: 1081
This commit is contained in:
Waldemar Brodkorb 2005-05-27 06:06:06 +00:00
parent 13ba0a465b
commit 2a6f48ecb9
1 changed files with 1 additions and 1 deletions

View File

@ -123,5 +123,5 @@ IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root
IPKG_TARGET_DIR := $(PACKAGE_DIR)
RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh
RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh
RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh