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
ff852b45
Commit
ff852b45
authored
Jan 15, 1993
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid problems with relative $(srcdir) when installing syslimits.h.
From-SVN: r3251
parent
a2468e45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
gcc/Makefile.in
+4
-5
No files found.
gcc/Makefile.in
View file @
ff852b45
...
...
@@ -1268,12 +1268,11 @@ stmp-headers: stmp-fixincludes $(USER_H) gvarargs.h gstdarg.h gstddef.h gsyslimi
cp
$$
realfile
$$
objdir/include
;
\
chmod a+r
$$
objdir/include/
$$
realfile
;
\
done
-cd
include;
\
if
[
-f
limits.h
];
then
\
rm
-f
syslimits.h;
\
mv
limits.h
syslimits.h;
\
if
[
-f
include/limits.h
];
then
\
rm
-f
include/syslimits.h;
\
mv
include/limits.h
include/syslimits.h;
\
else
\
cp
$(srcdir)/gsyslimits.h
syslimits.h;
\
cp
$(srcdir)/gsyslimits.h
include/
syslimits.h;
\
fi
chmod
a+r
include/syslimits.h
cp
$(srcdir)/gvarargs.h
include/varargs.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