]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: have `make clean` remove dep files too
authorJan Engelhardt <jengelh@inai.de>
Mon, 10 Sep 2012 13:04:49 +0000 (15:04 +0200)
committerJan Engelhardt <jengelh@inai.de>
Mon, 10 Sep 2012 13:04:49 +0000 (15:04 +0200)
commit33710a5773df0e9fabdec7a2ebdd3c4e206a6a09
treeaee7dddf6c7bb56b9cfde943f251d2be2bc249b8
parent807e1f0e6ede73792337b595a99af21b01f8826e
build: have `make clean` remove dep files too

While changing branches, one can hit errors like:

make[2]: ***   CC       libipt_CLUSTERIP.oo
No hay ninguna regla para construir el objetivo
`../include/net/netfilter/nf_nat.h', necesario para
`libipt_DNAT.oo'. Alto.

Pablo thinks dep files should be removed on `make clean`, and I
concur. (JFI, Note that native automake would not clear its ".deps"
directory.) Keep the "distclean: clean" line to keep invocations by
automake from the parent directory working.

Reported-by: Pablo Neira Ayuso <pablo@netfilter.org>
extensions/GNUmakefile.in