OSDN Git Service

* mklibgcc.in: Depend on config/dfp-bit.h in rules that compile
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Mar 2006 04:23:22 +0000 (04:23 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Mar 2006 04:23:22 +0000 (04:23 +0000)
config/dfp-bit.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111634 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/mklibgcc.in

index 6d1159d..4dc6892 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2006-03-01  Roger Sayle  <roger@eyesopen.com>
 
        PR other/26489
index 8f67d4b..8ec9e40 100644 (file)
@@ -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