# HG changeset patch # User diego # Date 1238337320 0 # Node ID 62a60b40cf45c4aa49259401a3fdb323d85c27e0 # Parent 9145790397e64eee8407ea2db35ae9b19a6b0093 Generalize example target rule in common.mak so that it sets a -example$(EXESUF) suffix for all example files instead of doing this in individual Makefiles. diff -r 9145790397e6 -r 62a60b40cf45 Makefile --- a/Makefile Sat Mar 28 03:54:31 2009 +0000 +++ b/Makefile Sun Mar 29 14:35:20 2009 +0000 @@ -243,7 +243,7 @@ OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o -EXAMPLES = output-example +EXAMPLES = output TESTPROGS = timefilter include $(SUBDIR)../subdir.mak