use target cflags

This commit is contained in:
Mike Frysinger 2004-12-24 06:33:33 +00:00
parent 30f12ce407
commit 875161d012
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ udhcp-source: $(DL_DIR)/$(UDHCP_SOURCE)
$(UDHCP_DIR)/.unpacked: $(DL_DIR)/$(UDHCP_SOURCE)
zcat $(DL_DIR)/$(UDHCP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
$(SED) 's/-Os -fomit-frame-pointer/$(TARGET_CFLAGS)/' $(UDHCP_DIR)/Makefile
touch $(UDHCP_DIR)/.unpacked
#$(UDHCP_DIR)/.unpacked: