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
6056afa0
Commit
6056afa0
authored
May 25, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stamp-proto): Pass LOCAL_INCLUDE_DIR based on local_prefix.
From-SVN: r4565
parent
e1139a5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/Makefile.in
+2
-2
No files found.
gcc/Makefile.in
View file @
6056afa0
...
...
@@ -1256,7 +1256,7 @@ stamp-proto: $(srcdir)/protoize.c getopt.h $(CONFIG_H)
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(libdir)
/g++-include
\"
\
-DCROSS_INCLUDE_DIR
=
\"
$(libsubdir)
/sys-include
\"
\
-DTOOL_INCLUDE_DIR
=
\"
$(tooldir)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(prefix)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(
local_
prefix)
/include
\"
\
-DSTD_PROTO_DIR
=
\"
$(libsubdir)
\"
\
-DUNPROTOIZE
$(srcdir)
/protoize.c
mv protoize.o unprotoize.o
...
...
@@ -1265,7 +1265,7 @@ stamp-proto: $(srcdir)/protoize.c getopt.h $(CONFIG_H)
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(libdir)
/g++-include
\"
\
-DCROSS_INCLUDE_DIR
=
\"
$(libsubdir)
/sys-include
\"
\
-DTOOL_INCLUDE_DIR
=
\"
$(tooldir)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(prefix)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(
local_
prefix)
/include
\"
\
-DSTD_PROTO_DIR
=
\"
$(libsubdir)
\"
\
$(srcdir)
/protoize.c
touch stamp-proto
...
...
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