]> git.sesse.net Git - vlc/commitdiff
Contrib: consistency between Makefile and src/Makefile
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jan 2010 15:47:26 +0000 (16:47 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jan 2010 15:49:00 +0000 (16:49 +0100)
extras/contrib/Makefile

index 7ccc993d9b8b85d50b93f00a18db07a6ba73ac12..b7d3a47e8c44c70259335affe55a9c2d91c15d88 100644 (file)
@@ -76,16 +76,17 @@ using-bin: hosts/$(HOST)/.$(CONTRIBREV)
 
 endif
 
-clean-src:
+clean:
        rm -rf $(BUILDDIRS)
-       $(MAKE) -C src clean-src
+       $(MAKE) -C src clean
 
 clean-bin:
        rm -rf $(BUILDDIRS)
        $(MAKE) -C src clean-dots
 
-clean:
-       $(MAKE) clean-src
+distclean:
+       $(MAKE) clean
+       $(MAKE) -C src clean-src
        rm -rf config.mak distro.mak
 
 bin: using-bin