diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-10-31 00:36:40 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2010-10-31 00:36:40 +0200 |
commit | 0dd464957c864829bf5730b71279765a0376e3f6 (patch) | |
tree | ba3e663a5c67051f10a2d0e27fc6574c730ee09a /Makefile.am | |
parent | acdf0297e8e777527d51687842502feca9e030b7 (diff) | |
download | conntrack-tools-0dd464957c864829bf5730b71279765a0376e3f6.tar.gz conntrack-tools-0dd464957c864829bf5730b71279765a0376e3f6.zip |
build: remove statements without effect
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 23f646c..afb4595 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,9 +9,5 @@ SUBDIRS = extensions src DIST_SUBDIRS = include src extensions LIBS = @LIBNETFILTER_CONNTRACK_LIBS@ -$(OBJECTS): libtool -libtool: $(LIBTOOL_DEPS) - $(SHELL) ./config.status --recheck - dist-hook: rm -rf `find $(distdir)/doc -name .svn` |