- rectify brute-force sed invocation (too *many*)..
Thanks vapier for pointing this one out.
This commit is contained in:
parent
32a9d9ead8
commit
02d0f3baf7
@ -19,7 +19,7 @@ $(SSTRIP_HOST): $(SSTRIP_SOURCE_FILE)
|
||||
$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/sstrip
|
||||
ln -snf $(REAL_GNU_TARGET_NAME)-sstrip \
|
||||
$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-sstrip
|
||||
"$(HOSTCC)" $(SSTRIP_SOURCE_FILE) -o $(SSTRIP_HOST)
|
||||
$(HOSTCC) $(SSTRIP_SOURCE_FILE) -o $(SSTRIP_HOST)
|
||||
|
||||
sstrip_host: $(SSTRIP_HOST)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user