]> git.sesse.net Git - vlc/blobdiff - extras/contrib/Makefile
Revert previous commit and Proper solution
[vlc] / extras / contrib / Makefile
index 8ab5ca53c5458fbd3400357b065c37c9c4e402bf..f975c1e7763b52dbd3555d5fabec71cfd7fe2a90 100644 (file)
@@ -60,7 +60,11 @@ clean-bin: FORCE
        $(MAKE) -C src clean-dots
 
 clean: FORCE
-       @echo "Do you mean to clean-src or clean-bin ?"
+#      @echo "    Do you mean to clean-src or clean-bin ?"
+       @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"
+       $(MAKE) clean-src
 
 package: FORCE
        @if test -d tmp; then \