This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: adjust dependencies in mklibgcc.in (committed)


Discovered while hacking on config/dfp-bit.h.  Committed as obvious.

2006-03-02  Ben Elliston  <bje@au.ibm.com>

        * mklibgcc.in: Depend on config/dfp-bit.h in rules that compile
        config/dfp-bit.c.

Index: mklibgcc.in
===================================================================
--- mklibgcc.in (revision 111633)
+++ mklibgcc.in (working copy)
@@ -412,7 +412,7 @@ for ml in $MULTILIBS; do
       if [ "$dpbit" ]; then
         for name in $dpfuncs; do
           out="libgcc/${dir}/${name}${objext}"
-         echo $out: config/dfp-bit.c $fpbit_c_dep
+         echo $out: config/dfp-bit.h config/dfp-bit.c $fpbit_c_dep
          echo "        $gcc_compile" -DFINE_GRAINED_LIBRARIES $flags -DL$name -DWIDTH=$dpwidth \
              $DFP_CFLAGS -c $\(srcdir\)/config/dfp-bit.c -o $out
          echo $libgcc_a: $out


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]