From 35b388f4ad76e45348ac78611037201111b9aeaf Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 12 Feb 2003 16:21:09 +0000 Subject: [PATCH] * post.in (.dtmp): Use -DDEPEND to allow source files to exclude inclusions from dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15184 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 5 +++++ src/config/post.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index f4457e686..c622de0b7 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +2003-02-12 Tom Yu + + * post.in (.dtmp): Use -DDEPEND to allow source files to exclude + inclusions from dependencies. + 2003-01-10 Ken Raeburn * lib.in (LN_S, AR, LIBLIST, LIBLINKS, LIBINSTLIST, STLIBEXT, diff --git a/src/config/post.in b/src/config/post.in index 2e90625c6..2c49dd304 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -84,7 +84,7 @@ depend-dependencies: # NOTE: This will fail when using Make programs whose VPATH support is # broken. .dtmp: $(ALL_DEP_SRCS) - $(CC) -M $(ALL_CFLAGS) $? > .dtmp + $(CC) -M -DDEPEND $(ALL_CFLAGS) $? > .dtmp # Generate a script for dropping in the appropriate make variables, using # directory-specific parameters. General substitutions independent of local -- 2.26.2