summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-30 23:28:22 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-30 23:45:16 +0200
commitc80eae3cba69fa89cd724acc5fb95fb0fc187c2a (patch)
tree0846c60e11f607cb69544e13b0e1815c2778053b
parent2b4a96fd3549161dc37f42357a36483fbe0b3995 (diff)
build: remove statements without effect
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 95d1df8..d38da7d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,9 +12,5 @@ man_MANS = #nfnetlink.3
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnfnetlink.pc
-$(OBJECTS): libtool
-libtool: $(LIBTOOL_DEPS)
- $(SHELL) ./config.status --recheck
-
dist-hook:
rm -rf `find $(distdir)/debian -name .svn`