]> git.sesse.net Git - vlc/blobdiff - extras/contrib/Makefile
.aclocal shall be last.
[vlc] / extras / contrib / Makefile
index c9c21975147f1d51ec176ea926422fc530bb0a32..a4f584618ab8443d1e0a51bf7c6bc458b6501cd5 100644 (file)
@@ -25,7 +25,7 @@
 
 include ./config.mak
 
-BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp
+BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk
 
 all: FORCE
 #      @echo "Do you mean to make src or make bin ?"
@@ -69,6 +69,7 @@ clean: FORCE
        @echo "    you probably wanna run 'make clean-src' then"
        @echo "    you can still run 'make clean-bin' manually if needed"
        $(MAKE) clean-src
+       rm -rf config.mak distro.mak
 
 package-macosx: FORCE
        @if test -d tmp; then \