summaryrefslogtreecommitdiffstats
path: root/tools/pci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pci/Makefile')
-rw-r--r--tools/pci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pci/Makefile b/tools/pci/Makefile
index 9b7534457060..6876ee4bd78c 100644
--- a/tools/pci/Makefile
+++ b/tools/pci/Makefile
@@ -47,7 +47,7 @@ clean:
47 47
48install: $(ALL_PROGRAMS) 48install: $(ALL_PROGRAMS)
49 install -d -m 755 $(DESTDIR)$(bindir); \ 49 install -d -m 755 $(DESTDIR)$(bindir); \
50 for program in $(ALL_PROGRAMS); do \ 50 for program in $(ALL_PROGRAMS) pcitest.sh; do \
51 install $$program $(DESTDIR)$(bindir); \ 51 install $$program $(DESTDIR)$(bindir); \
52 done; \ 52 done; \
53 for script in $(ALL_SCRIPTS); do \ 53 for script in $(ALL_SCRIPTS); do \