also search bfd sources for include files
authorDavid D. Zuhn <zoo@cygnus>
Wed, 18 Nov 1992 03:56:18 +0000 (03:56 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Wed, 18 Nov 1992 03:56:18 +0000 (03:56 +0000)
opcodes/Makefile.in

index e01f75ca841a1eca05d3d5715965b9138420ef38..8e4eb759cd8d716b2e4deb525bf8c1e1164cfff4 100644 (file)
@@ -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)
This page took 0.04075 seconds and 4 git commands to generate.