aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-15 01:41:25 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-20 05:03:47 -0300
commit5f2785290620a17c3f41f19df91ba86f28eabf16 (patch)
tree283ee28d2f9904465840679777266ca895395844 /Makefile
parentbuild: fix hardcoded make in recursive make calls (diff)
downloadfirejail-5f2785290620a17c3f41f19df91ba86f28eabf16.tar.gz
firejail-5f2785290620a17c3f41f19df91ba86f28eabf16.tar.zst
firejail-5f2785290620a17c3f41f19df91ba86f28eabf16.zip
build: remove unnecessary distclean targets
This also fixes the duplicate execution of the "clean" targets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 039dd6946..93fcb4e9a 100644
--- a/Makefile
+++ b/Makefile
@@ -184,10 +184,6 @@ clean:
184 184
185.PHONY: distclean 185.PHONY: distclean
186distclean: clean 186distclean: clean
187 for dir in $$(dirname $(ALL_ITEMS)) $(MYDIRS); do \
188 $(MAKE) -C $$dir distclean; \
189 done
190 $(MAKE) -C test distclean
191 rm -fr autom4te.cache config.log config.mk config.sh config.status 187 rm -fr autom4te.cache config.log config.mk config.sh config.status
192 188
193.PHONY: realinstall 189.PHONY: realinstall