mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Only remove configure and config.h.in on "make maintainer-clean".
This commit is contained in:
parent
ada75f1768
commit
d6d5f2c604
@ -246,8 +246,10 @@ clean:
|
|||||||
*/*.exe */*/*.exe */*/*.dll */*/*.dll.a doc/*.hhk
|
*/*.exe */*/*.exe */*/*.dll */*/*.dll.a doc/*.hhk
|
||||||
|
|
||||||
distclean dist-clean: clean
|
distclean dist-clean: clean
|
||||||
rm -f configure config.h config.h.in config.log config.cache \
|
rm -f config.h config.log config.cache Makefile */Makefile */*/Makefile
|
||||||
Makefile */Makefile */*/Makefile
|
|
||||||
|
maintainer-clean: distclean
|
||||||
|
rm -f configure config.h.in
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
@echo Calculating dependecies:
|
@echo Calculating dependecies:
|
||||||
|
Loading…
Reference in New Issue
Block a user