# HG changeset patch # User diego # Date 1238062341 0 # Node ID 2f9c4e9ae0958c9b536455fd54094d26f2edb3d2 # Parent 245c43384890dc68fa25ebb65fd02e997e0c85f4 Use a wildcard match instead of a list to remove test programs. This is robust against renames and also removes test programs not (yet) hooked up in the main Makefiles. diff -r 245c43384890 -r 2f9c4e9ae095 Makefile --- a/Makefile Wed Mar 25 18:19:20 2009 +0000 +++ b/Makefile Thu Mar 26 10:12:21 2009 +0000 @@ -48,5 +48,3 @@ include $(SUBDIR)../subdir.mak $(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2 - -CLEANFILES = lzo-test$(EXESUF)