summaryrefslogtreecommitdiffstats
path: root/package/pciutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-12-11 13:04:28 +0000
committerEric Andersen <andersen@codepoet.org>2004-12-11 13:04:28 +0000
commit08a47d844664a359dc33d19df321a282efdaa71c (patch)
treec90d486434b4b234340425aeee0b54d30c0ba5eb /package/pciutils
parent8cdb866d85ac8d810a8d1f090cdafb0c4503248b (diff)
downloadbuildroot-novena-08a47d844664a359dc33d19df321a282efdaa71c.tar.gz
buildroot-novena-08a47d844664a359dc33d19df321a282efdaa71c.zip
pciutils doesn't like 'make -j'
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/pciutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index b9e77147c..40ffb119b 100644
--- a/package/pciutils/pciutils.mk
+++ b/package/pciutils/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)
+ $(MAKE1) CC=$(TARGET_CC) OPT="$(TARGET_CFLAGS)" -C $(PCIUTILS_DIR)
touch $(PCIUTILS_DIR)/.compiled
$(TARGET_DIR)/sbin/lspci: $(PCIUTILS_DIR)/.compiled