Author: sayer
Date: 2008-07-16 16:47:43 +0200 (Wed, 16 Jul 2008)
New Revision: 1052
Modified:
trunk/core/plug-in/stats/Makefile
Log:
make sems-stats only if needed
Modified: trunk/core/plug-in/stats/Makefile
===================================================================
--- trunk/core/plug-in/stats/Makefile 2008-07-16 13:51:22 UTC (rev 1051)
+++ trunk/core/plug-in/stats/Makefile 2008-07-16 14:47:43 UTC (rev 1052)
@@ -6,13 +6,13 @@
module_ldflags =
module_cflags =
-extra_target = query_stats
+extra_target = $(QUERY_STATS_NAME)
extra_install = install_query_stats
extra_clean = clean_query_stats
include ../Makefile.app_module
-query_stats: query_stats.c Makefile
+$(QUERY_STATS_NAME): query_stats.c Makefile
$(CXX) $(CXXFLAGS) -o $(QUERY_STATS_NAME) query_stats.c
install_query_stats: query_stats $(DESTDIR)$(bin-prefix)/$(bin-dir)
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev