Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-10-01 22:42:51 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-10-01 22:42:51 +0400
commitbd6f74fda8fc7f86400260feeb0457da0fb6532a (patch)
tree378e6b99132a6a24ab2d59c342f53857cff546be /libgloss/spu
parenteae493d8a860ae720ade4ceabfb96b42859750d1 (diff)
2007-10-01 Markus Deuling <deuling@de.ibm.com>
* spu/Makefile.in: add dependencies for crt files.
Diffstat (limited to 'libgloss/spu')
-rw-r--r--libgloss/spu/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgloss/spu/Makefile.in b/libgloss/spu/Makefile.in
index 95cc912ee..86f9d4710 100644
--- a/libgloss/spu/Makefile.in
+++ b/libgloss/spu/Makefile.in
@@ -121,16 +121,16 @@ libgloss.a: $(EVALOBJS)
${RANLIB} $@
# C Runtime Library startup code.
-crti.o:
+crti.o: $(srcdir)/crti.S
$(CC) $(srcdir)/crti.S -c -o crti.o
-crtn.o:
+crtn.o: $(srcdir)/crtn.S
$(CC) $(srcdir)/crtn.S -c -o crtn.o
-crt1.o:
+crt1.o: $(srcdir)/crt0.S
$(CC) $(srcdir)/crt0.S -c -o crt1.o
-crt2.o:
+crt2.o: $(srcdir)/crt0.S
$(CC) $(srcdir)/crt0.S -D_STD_MAIN -c -o crt2.o
doc: