Author: sayer
Date: 2008-05-14 21:43:36 +0200 (Wed, 14 May 2008)
New Revision: 954
Modified:
trunk/core/plug-in/stats/Makefile
Log:
cleaning up as well
Modified: trunk/core/plug-in/stats/Makefile
===================================================================
--- trunk/core/plug-in/stats/Makefile 2008-05-14 19:38:48 UTC (rev 953)
+++ trunk/core/plug-in/stats/Makefile 2008-05-14 19:43:36 UTC (rev 954)
@@ -8,6 +8,8 @@
extra_target = query_stats
extra_install = install_query_stats
+extra_clean = clean_query_stats
+
include ../Makefile.app_module
query_stats: query_stats.c Makefile
@@ -16,3 +18,6 @@
install_query_stats: query_stats $(DESTDIR)$(bin-prefix)/$(bin-dir)
$(INSTALL-TOUCH) $(DESTDIR)$(bin-prefix)/$(bin-dir)$(QUERY_STATS_NAME)
$(INSTALL-BIN) $(QUERY_STATS_NAME) $(DESTDIR)$(bin-prefix)/$(bin-dir)
+
+clean_query_stats:
+ rm -f $(QUERY_STATS_NAME)
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev