Lines Matching full:defaults
4 Subject: [PATCH] Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B}
6 Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B}, so that
16 work, the reason is tm_include_list='** defaults.h' rather than
17 tm_include_list='** ./defaults.h'
48 defaults.h )
63 defaults.h )
79 - if test x"$file" = x"defaults.h"; then
80 + if test x"$file" = x"./defaults.h" -o x"$file" = x"defaults.h"; then
86 # If we postponed including defaults.h, add the #include now.
88 - echo "# include \"defaults.h\"" >> ${output}T
89 + echo "# include \"./defaults.h\"" >> ${output}T