[libss7-commits] mattf: trunk r112 - /trunk/Makefile
SVN commits to the libss7 project
libss7-commits at lists.digium.com
Thu Oct 4 22:28:32 CDT 2007
Author: mattf
Date: Thu Oct 4 22:28:32 2007
New Revision: 112
URL: http://svn.digium.com/view/libss7?view=rev&rev=112
Log:
Make sure we cleanup parser debug too
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/libss7/trunk/Makefile?view=diff&rev=112&r1=111&r2=112
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Oct 4 22:28:32 2007
@@ -21,7 +21,7 @@
clean:
rm -f *.o *.so *.lo *.so.1 *.so.1.0
- rm -f ss7linktest ss7test $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY)
+ rm -f parser_debug ss7linktest ss7test $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY)
rm -f .depend
install: $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY)
More information about the libss7-commits
mailing list