From: Mike Frysinger Date: Fri, 8 Oct 2004 20:10:56 +0000 (-0000) Subject: delete file rather than letting the makefile try to do it X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1dc7f8ff40610cccf08e7608411ab808277b11bd;p=buildroot.git delete file rather than letting the makefile try to do it --- diff --git a/make/pciutils.mk b/make/pciutils.mk index 0b51aa8bad..10b706f090 100644 --- a/make/pciutils.mk +++ b/make/pciutils.mk @@ -41,11 +41,10 @@ $(TARGET_DIR)/sbin/setpci: $(PCIUTILS_DIR)/.compiled $(TARGET_DIR)/usr/share/misc/pci.ids: $(PCIUTILS_DIR)/.compiled install -Dc $(PCIUTILS_DIR)/pci.ids $(TARGET_DIR)/usr/share/misc/pci.ids - pciutils: uclibc $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/usr/share/misc/pci.ids pciutils-clean: - $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(PCIUTILS_DIR) uninstall + rm $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/usr/share/misc/pci.ids -$(MAKE) -C $(PCIUTILS_DIR) clean pciutils-dirclean: