[Sumover-dev] [svn commit] r4824 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue May 11 14:57:12 BST 2010


Author: soohyunc
Date: Tue May 11 14:57:11 2010
New Revision: 4824

Modified:
   vic/branches/mpeg4/Makefile.in

Log:
"make realclean" really cleans up files which are not under version controlled.



Modified: vic/branches/mpeg4/Makefile.in
==============================================================================
--- vic/branches/mpeg4/Makefile.in	(original)
+++ vic/branches/mpeg4/Makefile.in	Tue May 11 14:57:11 2010
@@ -404,6 +404,8 @@
 	$(MAKE) clean
 	rm -f config.log config.cache config.status
 	rm -rf autom4te.cache
+	rm -f uclconf.h version.c
+	rm -f Makefile
 
 tags:	force
 	ctags -tdwC $(SRC) *.h $(TKSRC)/*.c $(TKSRC)/*.h \



More information about the Sumover-dev mailing list