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>2005-01-18 22:00:26 +0300
committerJeff Johnston <jjohnstn@redhat.com>2005-01-18 22:00:26 +0300
commit7a01d046d4c331f7871b3c219730fe7f0d9fb3e3 (patch)
treee0b29a44b73d29c15af61ce58470575e1cc06774 /libgloss/libnosys
parent464d01bf6ef774a5faf638378f331868b375fde3 (diff)
2005-01-18 Hans-Peter Nilsson <hp@axis.com>
* libnosys/Makefile.in (LD, AS): Correct obsoleted suffix: Say as-new and ld-new, not as.new and ld.new.
Diffstat (limited to 'libgloss/libnosys')
-rw-r--r--libgloss/libnosys/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgloss/libnosys/Makefile.in b/libgloss/libnosys/Makefile.in
index da48e5318..263798569 100644
--- a/libgloss/libnosys/Makefile.in
+++ b/libgloss/libnosys/Makefile.in
@@ -44,15 +44,15 @@ SHELL = /bin/sh
CC = @CC@
#AS = @AS@
-AS = `if [ -f ${objroot}/../gas/as.new ] ; \
- then echo ${objroot}/../gas/as.new ; \
+AS = `if [ -f ${objroot}/../gas/as-new ] ; \
+ then echo ${objroot}/../gas/as-new ; \
else echo as ; fi`
AR = @AR@
#LD = @LD@
-LD = `if [ -f ${objroot}/../ld/ld.new ] ; \
- then echo ${objroot}/../ld/ld.new ; \
+LD = `if [ -f ${objroot}/../ld/ld-new ] ; \
+ then echo ${objroot}/../ld/ld-new ; \
else echo ld ; fi`
RANLIB = @RANLIB@