]> git.sesse.net Git - vlc/blobdiff - extras/contrib/Makefile
Revert previous commit and Proper solution
[vlc] / extras / contrib / Makefile
index 93141b34bfd140461e964804911f9be32f1b869a..f975c1e7763b52dbd3555d5fabec71cfd7fe2a90 100644 (file)
@@ -1,7 +1,7 @@
 # ***************************************************************************
 # Makefile : Build vlc-contrib files
 # ***************************************************************************
-# Copyright (C) 2003-2005 VideoLAN
+# Copyright (C) 2003-2005 the VideoLAN team
 # $Id$
 # 
 # Authors: Christophe Massiot <massiot@via.ecp.fr>
@@ -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 \