2008-01-21 Neal H. Walfield <neal@gnu.org>

* Makefile.am (crt1.o): Use correct source.
        * Makefile.in: Regenerated.
This commit is contained in:
Jeff Johnston 2008-01-21 18:29:17 +00:00
parent 755f6f8f65
commit cece11c511
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-01-21 Neal H. Walfield <neal@gnu.org>
* Makefile.am (crt1.o): Use correct source.
* Makefile.in: Regenerated.
2008-01-15 Eric Blake <ebb9@byu.net>
* libc/string/Makefile.am (ELIX_2_SOURCES): Fix definition.
@ -28,6 +33,7 @@
(CHEWOUT_FILES): Build documentation for memmem.
* libc/string/strings.tex: Include new docs.
>>>>>>> 1.1116
2008-01-08 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/m68k/memcpy.S: Remove % from register references

View File

@ -181,8 +181,8 @@ $(CRT0_DIR)$(CRT0): ; @true
crt1.o: $(CRT1_DIR)$(CRT1)
rm -f $@
ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \
|| cp $(CRT0_DIR)$(CRT0) $@
ln $< $@ >/dev/null 2>/dev/null \
|| cp $< $@
$(CRT1_DIR)$(CRT1): ; @true

View File

@ -848,8 +848,8 @@ $(CRT0_DIR)$(CRT0): ; @true
crt1.o: $(CRT1_DIR)$(CRT1)
rm -f $@
ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \
|| cp $(CRT0_DIR)$(CRT0) $@
ln $< $@ >/dev/null 2>/dev/null \
|| cp $< $@
$(CRT1_DIR)$(CRT1): ; @true