On Wed, Jun 18, 2008 at 03:44:18PM +0200, Michael Niedermayer wrote: > > make mplayer_nodep or any other command line based solution would be alot > cleaner What about touch dir/*.d find -name '*.d' | xargs touch or similar? Then you can just alias mpmake="find -name '*.d' | xargs touch; make" Diego