aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-02-10 20:58:37 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-03-01 16:04:16 -0300
commit00437760d9e71c42e16bda3b116a51481126ecaf (patch)
treea393eab0e0cc86b79ae34445d5815a3a164263cf /Makefile.in
parentsome cleanup (diff)
downloadfirejail-00437760d9e71c42e16bda3b116a51481126ecaf.tar.gz
firejail-00437760d9e71c42e16bda3b116a51481126ecaf.tar.zst
firejail-00437760d9e71c42e16bda3b116a51481126ecaf.zip
makefiles: fix whitespace
With a fun little script: $ git ls-files -z -- '*Makefile*' | xargs -0 -I '{}' sh -c \ "test -s '{}' && printf '%s\n' \"\`git stripspace <'{}'\`\" >'{}'"
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#