1
mirror of https://github.com/mpv-player/mpv synced 2024-10-02 16:25:33 +02:00

debian/rules: don't manually remove config files

they're removed automatically by make distclean.
This commit is contained in:
Anton Khirnov 2009-08-08 13:26:02 +02:00 committed by Uoti Urpala
parent 555dab7124
commit 4972792c2e

1
debian/rules vendored
View File

@ -51,7 +51,6 @@ clean:
# commands to clean up after the build process.
-$(MAKE) distclean
rm -f help_mp.h config.h config.mak
dh_clean
# Build architecture-independent files here.