aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index dae2079b4..e315676c2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -44,7 +44,6 @@ mydirs: $(MYDIRS)
44$(MYDIRS): 44$(MYDIRS):
45 $(MAKE) -C $@ 45 $(MAKE) -C $@
46 46
47
48$(MANPAGES): src/man 47$(MANPAGES): src/man
49 ./mkman.sh $(VERSION) src/man/$(basename $@).man $@ 48 ./mkman.sh $(VERSION) src/man/$(basename $@).man $@
50 49
@@ -232,7 +231,6 @@ cppcheck: clean
232scan-build: clean 231scan-build: clean
233 NO_EXTRA_CFLAGS="yes" scan-build make 232 NO_EXTRA_CFLAGS="yes" scan-build make
234 233
235
236# 234#
237# make test 235# make test
238# 236#