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:
authorCorinna Vinschen <corinna@vinschen.de>2012-06-28 12:26:00 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-06-28 12:26:00 +0400
commit9b82034b29a4ca716cc54cc1546fdeae760c4d85 (patch)
treed240f58db3cfd6b6d776ea64ff020f25d29e1484 /newlib/doc
parentb052bf2671137fbae0b70e6950af2beffb076309 (diff)
* doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/doc')
-rw-r--r--newlib/doc/Makefile.am2
-rw-r--r--newlib/doc/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/doc/Makefile.am b/newlib/doc/Makefile.am
index 5bf13599a..c86300780 100644
--- a/newlib/doc/Makefile.am
+++ b/newlib/doc/Makefile.am
@@ -12,7 +12,7 @@ MKDOC = makedoc$(EXEEXT_FOR_BUILD)
# -Os, which CC_FOR_BUILD may not recognize.
$(MKDOC): makedoc.o
- $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS) -o $(MKDOC) makedoc.o
+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $(MKDOC) makedoc.o
makedoc.o: makedoc.c
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
diff --git a/newlib/doc/Makefile.in b/newlib/doc/Makefile.in
index 62378354b..b9e3ad361 100644
--- a/newlib/doc/Makefile.in
+++ b/newlib/doc/Makefile.in
@@ -324,7 +324,7 @@ uninstall-am:
# -Os, which CC_FOR_BUILD may not recognize.
$(MKDOC): makedoc.o
- $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS) -o $(MKDOC) makedoc.o
+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $(MKDOC) makedoc.o
makedoc.o: makedoc.c
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c