1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

* ./Makefile: make clean works again.

This commit is contained in:
Sam Hocevar 2002-08-04 21:29:08 +00:00
parent d860bddfc2
commit 25235c6d1b

View File

@ -135,10 +135,7 @@ po-clean:
-cd po && $(MAKE) clean
plugins-clean:
for dir in $(PLUGINS_DIR) ; do \
( cd modules/$${dir} \
&& $(MAKE) -f ../../Makefile.modules clean ) ; done
rm -f modules/**/*.o modules/**/*.lo modules/**/*.moc modules/**/*.bak
for dir in $(shell echo $(PLUGIN_OBJ) $(BUILTIN_OBJ) | sed 's@\([^ ]*\)/[^ ]*@\1@g' ) ; do ( PWD=`pwd` ; cd $${dir} && $(MAKE) -f $$PWD/Makefile.modules clean ) ; done
vlc-clean:
rm -f $(C_OBJ) $(CPP_OBJ)