From 5226455eb4e707042afdcd5a0d102a67e5fd8e28 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 8 Oct 2004 21:11:14 +0000 Subject: make sure we quote cflags --- make/pciutils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/pciutils.mk b/make/pciutils.mk index 10b706f09..219864f74 100644 --- a/make/pciutils.mk +++ b/make/pciutils.mk @@ -29,7 +29,7 @@ $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURC touch $(PCIUTILS_DIR)/.unpacked $(PCIUTILS_DIR)/.compiled: $(PCIUTILS_DIR)/.unpacked - $(MAKE) CC=$(TARGET_CC) OPT=$(TARGET_CFLAGS) -C $(PCIUTILS_DIR) + $(MAKE) CC=$(TARGET_CC) OPT="$(TARGET_CFLAGS)" -C $(PCIUTILS_DIR) touch $(PCIUTILS_DIR)/.compiled $(TARGET_DIR)/sbin/lspci: $(PCIUTILS_DIR)/.compiled -- cgit v1.2.3