From b3ed0d5237b9b11cff0ed1d2915e0e1820a5d909 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 9 Dec 2004 13:11:21 +0000 Subject: [PATCH] make clean should also clean the native subdirectory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14139 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index 7b4a69bb9a..bfc1f1144b 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -71,6 +71,7 @@ $(LIBNAME2): $(OBJS2) clean: rm -f *.o *.a *~ + rm -f native/*.o native/*.a native/*~ distclean: rm -f Makefile.bak $(OBJS) $(OBJS2) $(LIBNAME) $(LIBNAME2) *~ .depend