diff options
author | David D. Zuhn <zoo@cygnus> | 1992-11-18 03:56:18 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-11-18 03:56:18 +0000 |
commit | 1b2f56911ba65c6ca86dcc8d3cd38d2cde978382 (patch) | |
tree | cb1dbf6e872672670bce08911c2a6499b9863dbf /opcodes | |
parent | cdb1cc92142acf359b07ba3e3302d51da162af31 (diff) | |
download | gdb-1b2f56911ba65c6ca86dcc8d3cd38d2cde978382.zip gdb-1b2f56911ba65c6ca86dcc8d3cd38d2cde978382.tar.gz gdb-1b2f56911ba65c6ca86dcc8d3cd38d2cde978382.tar.bz2 |
also search bfd sources for include files
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index e01f75c..8e4eb75 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -53,7 +53,7 @@ BISON = bison MAKEINFO = makeinfo RANLIB = ranlib -INCDIR = $(srcdir)/../include +INCDIR = $(srcdir)/../include $(srcdir)/../bfd CSEARCH = -I. -I$(srcdir) -I$(INCDIR) DEP = mkdep @@ -149,7 +149,7 @@ install: -parent=`echo $(libdir)|sed -e 's@/[^/]*$$@@'`; \ if [ -d $$parent ] ; then true ; else mkdir $$parent ; 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 Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) |