]> git.sesse.net Git - vlc/commitdiff
Fix make clean
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 30 Jan 2007 13:55:57 +0000 (13:55 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 30 Jan 2007 13:55:57 +0000 (13:55 +0000)
extras/contrib/Makefile

index 94ff22aec93cc0c50e9abfda49ca74c1944ab069..a4f584618ab8443d1e0a51bf7c6bc458b6501cd5 100644 (file)
@@ -68,8 +68,8 @@ clean: FORCE
        @echo "    'make bin' isn't available at the moment"
        @echo "    you probably wanna run 'make clean-src' then"
        @echo "    you can still run 'make clean-bin' manually if needed"
-       rm -rf config.mak
        $(MAKE) clean-src
+       rm -rf config.mak distro.mak
 
 package-macosx: FORCE
        @if test -d tmp; then \