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
0176af44
Commit
0176af44
authored
Jul 14, 1998
by
Gerald Pfeifer
Committed by
Jeff Law
Jul 14, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (all): Invoke $(MAKE) instead of just make.
From-SVN: r21152
parent
e03f7a0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libf2c/ChangeLog.egcs
+4
-0
libf2c/Makefile.in
+1
-1
No files found.
libf2c/ChangeLog.egcs
View file @
0176af44
Tue Jul 14 21:35:30 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Makefile.in (all): Invoke $(MAKE) instead of just make.
Tue Jul 14 02:16:34 1998 Jeffrey A Law (law@cygnus.com)
* libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).
...
...
libf2c/Makefile.in
View file @
0176af44
...
...
@@ -78,7 +78,7 @@ F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \
# files which the $(LIBG2C) target checks in the sub-make. (Probably
# only one stamp file is really needed.)
all
:
i77 f77 u77 e77
make
$(FLAGS_TO_PASS)
$(LIBG2C)
$(MAKE)
$(FLAGS_TO_PASS)
$(LIBG2C)
i77 f77 u77
:
g2c.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