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
42cfed37
Commit
42cfed37
authored
Nov 30, 2000
by
Loren J. Rittle
Committed by
Bruce Korb
Nov 30, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicitly state srcdir for fixincl.x references - Loren J. Rittle
From-SVN: r37894
parent
717e3f73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
gcc/ChangeLog
+5
-0
gcc/fixinc/Makefile.in
+5
-5
No files found.
gcc/ChangeLog
View file @
42cfed37
2000-11-29 Loren J. Rittle <ljrittle@acm.org>
* fixinc/Makefile.in (fixincl.x): Explicitly state the
location of the generated file.
2000-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* README.FRESCO: Remove obsolete file.
...
...
gcc/fixinc/Makefile.in
View file @
42cfed37
...
...
@@ -70,13 +70,13 @@ HDR = server.h gnu-regex.h fixlib.h machname.h
TARGETS
=
fixincl
all
:
$(TARGETS)
gen
:
fixincl.x
gen
:
$(srcdir)/
fixincl.x
fixincl
:
$(OBJ) $(LIBERTY)
$(CC)
$(FIXINC_DEFS)
$(LDFLAGS)
-o
$@
$(OBJ)
$(LIBERTY)
$(OBJ)
:
$(HDR)
fixincl.o
:
fixincl.x fixincl.c
fixincl.o
:
$(srcdir)/
fixincl.x fixincl.c
fixtests.o
:
fixtests.c
fixfixes.o
:
fixfixes.c
server.o
:
server.c
...
...
@@ -85,16 +85,16 @@ gnu-regex.o : gnu-regex.c
fixlib.o
:
fixlib.c
# 'machname.h' is built in the build directory.
# 'fixincl.x' in the source dir.
# '
$(srcdir)/
fixincl.x' in the source dir.
#
machname.h
:
../specs
$(SHELL)
$(srcdir)
/genfixes
$@
fixincl.x
:
fixincl.tpl inclhack.def
$(srcdir)/
fixincl.x
:
fixincl.tpl inclhack.def
cd
$(srcdir)
;
$(SHELL)
./genfixes
$@
clean
:
rm
-f
*
.o
$(TARGETS)
fixincl.x machname.h
*
~
rm
-f
*
.o
$(TARGETS)
$(srcdir)
/
fixincl.x machname.h
*
~
# Build the executable and copy up into gcc dir.
# We still copy the script because we still have alternative scripts.
...
...
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