inclusions from dependencies.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15184
dc483132-0cff-0310-8789-
dd5450dbe970
+2003-02-12 Tom Yu <tlyu@mit.edu>
+
+ * post.in (.dtmp): Use -DDEPEND to allow source files to exclude
+ inclusions from dependencies.
+
2003-01-10 Ken Raeburn <raeburn@mit.edu>
* lib.in (LN_S, AR, LIBLIST, LIBLINKS, LIBINSTLIST, STLIBEXT,
# 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