aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-10 16:51:12 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-12 16:08:47 -0300
commit3438ef725fa086191e9d1c08dd943a48103c8e6c (patch)
tree7dc39557282592396b5456f9089ce0c4d2721b19 /Makefile.in
parentMakefile.in: sort DISTFILES (diff)
downloadfirejail-3438ef725fa086191e9d1c08dd943a48103c8e6c.tar.gz
firejail-3438ef725fa086191e9d1c08dd943a48103c8e6c.tar.zst
firejail-3438ef725fa086191e9d1c08dd943a48103c8e6c.zip
Makefile.in: stop trying to remove config.h on distclean
There is no config.h nor config.h.in in the repository: $ git ls-files -- '*config.h*' $ The filename is only mentioned on the generated configure script, as a generic example of an autoconf config file: $ git grep -F -A 1 -B 2 config.h | grep -v '^Makefile.in' -- configure-# Set up the scripts for CONFIG_FILES section. configure-# No need to generate them if there are no CONFIG_FILES. configure:# This happens for instance with `./config.status config.h'. configure-if test -n "$CONFIG_FILES"; then -- configure- # Let's still pretend it is `configure' which instantiates (i.e., don't configure- # use $as_me), people would be surprised to read: configure: # /* config.h. Generated by config.status. */ configure- configure_input='Generated from '`
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 781bb237f..18163d195 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,7 +101,7 @@ distclean: clean
101 $(MAKE) -C $$dir distclean; \ 101 $(MAKE) -C $$dir distclean; \
102 done 102 done
103 $(MAKE) -C test distclean 103 $(MAKE) -C test distclean
104 rm -fr Makefile autom4te.cache config.log config.status config.h src/common.mk mkdeb.sh 104 rm -fr Makefile autom4te.cache config.log config.status src/common.mk mkdeb.sh
105 105
106realinstall: 106realinstall:
107 # firejail executable 107 # firejail executable