summaryrefslogtreecommitdiffstats
path: root/package/pciutils
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-31 03:55:03 +0000
committerThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-31 03:55:03 +0000
commite246dc1ef5fda66c2c31b081dc1e404f9efca63d (patch)
tree272c3180fa27c6828556e7d320b0e19ad0cefc3a /package/pciutils
parent73bf8098c9c96894c3a75906fae053a0dc6b2579 (diff)
downloadbuildroot-novena-e246dc1ef5fda66c2c31b081dc1e404f9efca63d.tar.gz
buildroot-novena-e246dc1ef5fda66c2c31b081dc1e404f9efca63d.zip
Minor cleanups. Use touch for stamp-files
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/pciutils.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index a0c34c77d..805a4d320 100644
--- a/package/pciutils/pciutils.mk
+++ b/package/pciutils/pciutils.mk
@@ -26,13 +26,13 @@ $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURC
$(PCIUTILS_CAT) $(DL_DIR)/$(PCIUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
$(PCIIDS_CAT) $(DL_DIR)/$(PCIIDS_SOURCE) > $(PCIUTILS_DIR)/pci.ids
toolchain/patch-kernel.sh $(PCIUTILS_DIR) package/pciutils pciutils\*.patch
- touch $(PCIUTILS_DIR)/.unpacked
+ touch $@
$(PCIUTILS_DIR)/.compiled: $(PCIUTILS_DIR)/.unpacked
$(MAKE1) CC=$(TARGET_CC) OPT="$(TARGET_CFLAGS)" -C $(PCIUTILS_DIR) \
SHAREDIR="/usr/share/misc" \
PREFIX=/usr
- touch $(PCIUTILS_DIR)/.compiled
+ touch $@
$(TARGET_DIR)/sbin/lspci: $(PCIUTILS_DIR)/.compiled
install -c $(PCIUTILS_DIR)/lspci $(TARGET_DIR)/sbin/lspci