Skip to content
Snippets Groups Projects
Commit 1b2f5691 authored by David D. Zuhn's avatar David D. Zuhn
Browse files

also search bfd sources for include files

parent cdb1cc92
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment