Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c4c37359
Commit
c4c37359
authored
Jun 11, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Jun 11, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (libintl.a): Depend on intl.all.
From-SVN: r34484
parent
9c63e8a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-6
No files found.
gcc/ChangeLog
View file @
c4c37359
2000-06-10 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (libintl.a): Depend on intl.all.
2000-06-09 H.J. Lu (hjl@gnu.org)
* Makefile.in (c-parse.o): Also depend on output.h.
...
...
gcc/Makefile.in
View file @
c4c37359
...
...
@@ -1743,12 +1743,7 @@ intl.o: intl.c intl.h gansidecl.h Makefile
-DLOCALEDIR
=
\"
$(localedir)
\"
\
-c
`
echo
$(srcdir)
/intl.c | sed
's,^\./,,'
`
# This is needed to when doing a partial build after a `make clean'.
# libintl.a does not depend on intl.all,
# as that would force a lot of recompiling.
$(top_builddir)/intl/libintl.a
:
@
echo
"
$(MAKE)
intl.all"
@
$(MAKE)
$(FLAGS_TO_PASS)
intl.all
$(top_builddir)/intl/libintl.a
:
intl.all
# Make sure all the headers are there for xgettext to scan.
$(INTL_TARGETS)
:
$(srcdir)/c-gperf.h
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment