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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-04-17 23:13:11 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-04-17 23:13:11 +0400
commit5f1c13c6a637e98b6138f795107d3c7f478f9d3b (patch)
tree1c6399fc85fd158eabf6e9d1f76a4f8e059a5ee8 /newlib/Makefile.in
parent84462018f37ada6ef190368f69f0997396e34d02 (diff)
* configure.in (CRT0_DIR): Set to libc/.
(CRT1_DIR): Set to ${crt1_dir}/ if crt1_dir is non-empty. * Makefile.am: Change all occurrences of $(CRT0_DIR)/$(CRT0) to $(CRT0_DIR)$(CRT0) to prevent make warnings. Likewise for $(CRT1_DIR)/$(CRT1). * libc/machine/xstormy16/Makefile.in: Regenerated. * libc/machine/xstormy16/aclocal.m4: Regenerated. * libc/machine/xstormy16/configure: Regenerated.
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index cafce533c..4172dbfab 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -673,19 +673,19 @@ mostlyclean distclean maintainer-clean
@USE_LIBTOOL_FALSE@libm/libm.a: ; @true
-crt0.o: $(CRT0_DIR)/$(CRT0)
+crt0.o: $(CRT0_DIR)$(CRT0)
rm -f $@
- ln $(CRT0_DIR)/$(CRT0) $@ >/dev/null 2>/dev/null \
- || cp $(CRT0_DIR)/$(CRT0) $@
+ ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \
+ || cp $(CRT0_DIR)$(CRT0) $@
-$(CRT0_DIR)/$(CRT0): ; @true
+$(CRT0_DIR)$(CRT0): ; @true
-crt1.o: $(CRT1_DIR)/$(CRT1)
+crt1.o: $(CRT1_DIR)$(CRT1)
rm -f $@
- ln $(CRT0_DIR)/$(CRT0) $@ >/dev/null 2>/dev/null \
- || cp $(CRT0_DIR)/$(CRT0) $@
+ ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \
+ || cp $(CRT0_DIR)$(CRT0) $@
-$(CRT1_DIR)/$(CRT1): ; @true
+$(CRT1_DIR)$(CRT1): ; @true
all-recursive: stmp-targ-include