You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
505 B
15 lines
505 B
Makefile.in | 1 - |
|
1 file changed, 1 deletion(-) |
|
|
|
diff --git a/Makefile.in b/Makefile.in |
|
index 0aa9401..0f4f7cb 100644 |
|
--- a/Makefile.in |
|
+++ b/Makefile.in |
|
@@ -262,7 +262,6 @@ MANPAGES:=$(patsubst %,man8/%.8,$(TOOLS)) |
|
install: bin/pdata_tools $(MANPAGES) |
|
$(INSTALL_DIR) $(BINDIR) |
|
$(INSTALL_PROGRAM) bin/pdata_tools $(BINDIR) |
|
- $(STRIP) $(BINDIR)/pdata_tools |
|
ln -s -f pdata_tools $(BINDIR)/cache_check |
|
ln -s -f pdata_tools $(BINDIR)/cache_dump |
|
ln -s -f pdata_tools $(BINDIR)/cache_metadata_size
|
|
|