Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Michelland
binutils-gdb
Commits
1b2f5691
Commit
1b2f5691
authored
32 years ago
by
David D. Zuhn
Browse files
Options
Downloads
Patches
Plain Diff
also search bfd sources for include files
parent
cdb1cc92
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
opcodes/Makefile.in
+2
-2
2 additions, 2 deletions
opcodes/Makefile.in
with
2 additions
and
2 deletions
opcodes/Makefile.in
+
2
−
2
View file @
1b2f5691
...
@@ -53,7 +53,7 @@ BISON = bison
...
@@ -53,7 +53,7 @@ BISON = bison
MAKEINFO
=
makeinfo
MAKEINFO
=
makeinfo
RANLIB
=
ranlib
RANLIB
=
ranlib
INCDIR
=
$(
srcdir
)
/../include
INCDIR
=
$(
srcdir
)
/../include
$(
srcdir
)
/../bfd
CSEARCH
=
-I
.
-I
$(
srcdir
)
-I
$(
INCDIR
)
CSEARCH
=
-I
.
-I
$(
srcdir
)
-I
$(
INCDIR
)
DEP
=
mkdep
DEP
=
mkdep
...
@@ -149,7 +149,7 @@ install:
...
@@ -149,7 +149,7 @@ install:
-
parent
=
`
echo
$(
libdir
)
|sed
-e
's@/[^/]*$$@@'
`
;
\
-
parent
=
`
echo
$(
libdir
)
|sed
-e
's@/[^/]*$$@@'
`
;
\
if
[
-d
$$
parent
]
;
then
true
;
else
mkdir
$$
parent
;
fi
if
[
-d
$$
parent
]
;
then
true
;
else
mkdir
$$
parent
;
fi
-
if
[
-d
$(
libdir
)
]
;
then
true
;
else
mkdir
$(
libdir
)
;
fi
-
if
[
-d
$(
libdir
)
]
;
then
true
;
else
mkdir
$(
libdir
)
;
fi
$(
INSTALL_DATA
)
$(
TARGET
_
LIB
)
$(
libdir
)
/libopcodes.a
$(
INSTALL_DATA
)
$(
TARGETLIB
)
$(
libdir
)
/libopcodes.a
$(
RANLIB
)
$(
libdir
)
/libopcodes.a
$(
RANLIB
)
$(
libdir
)
/libopcodes.a
Makefile
:
$(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
Makefile
:
$(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment