# HG changeset patch # User diego # Date 1238173599 0 # Node ID 788145d0bc7e20dcf548c2747a72d6fe12a3ecca # Parent 50591c943aa3b9e4ff6e49fc0bd85b5e06b3cf56 Move output-example dependency declaration after subdir.mak include so that it is not the first (and thus default) target and output-example is not always built. diff -r 50591c943aa3 -r 788145d0bc7e Makefile --- a/Makefile Fri Mar 27 00:01:06 2009 +0000 +++ b/Makefile Fri Mar 27 17:06:39 2009 +0000 @@ -246,6 +246,6 @@ EXAMPLES = output-example TESTPROGS = timefilter -$(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS) +include $(SUBDIR)../subdir.mak -include $(SUBDIR)../subdir.mak +$(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS)