From a1c8fa41f6f6e5047182fe90656bcd30243bca8d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 6 Jul 2010 09:27:32 +0200 Subject: Update all packages to quote $(TARGET_CC) Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni --- package/portmap/portmap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/portmap') diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk index 789a9ed3a..0132c7212 100644 --- a/package/portmap/portmap.mk +++ b/package/portmap/portmap.mk @@ -22,7 +22,7 @@ $(PORTMAP_DIR)/.unpacked: $(DL_DIR)/$(PORTMAP_SOURCE) touch $(PORTMAP_DIR)/.unpacked $(PORTMAP_DIR)/$(PORTMAP_BINARY): $(PORTMAP_DIR)/.unpacked - $(MAKE) CC=$(TARGET_CC) O="$(TARGET_CFLAGS)" -C $(PORTMAP_DIR) + $(MAKE) CC="$(TARGET_CC)" O="$(TARGET_CFLAGS)" -C $(PORTMAP_DIR) $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY): $(PORTMAP_DIR)/$(PORTMAP_BINARY) $(INSTALL) -D $(PORTMAP_DIR)/$(PORTMAP_BINARY) $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY) -- cgit v1.2.3