9b049008ea
changes: support for newer versions of palmos (>3.5) support for arm newer versions of toolchain
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
$NetBSD: patch-ae,v 1.1 2002/10/15 23:07:17 dillo Exp $
|
|
|
|
--- binutils/bfd/Makefile.in.orig Thu Apr 4 18:20:20 2002
|
|
+++ binutils/bfd/Makefile.in
|
|
@@ -1041,7 +1047,7 @@ install-info: install-info-recursive
|
|
all-recursive-am: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
|
-install-exec-am: install-libLTLIBRARIES
|
|
+install-exec-am:
|
|
install-exec: install-exec-recursive
|
|
|
|
install-data-am: install-data-local
|
|
@@ -1226,14 +1232,8 @@ $(BFD32_LIBS) \
|
|
$(BFD64_BACKENDS) \
|
|
$(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
|
|
|
|
-# Install BFD include file, and others that it needs.
|
|
-install-data-local: $(BFD_H)
|
|
- @$(NORMAL_INSTALL)
|
|
- $(mkinstalldirs) $(DESTDIR)$(includedir)
|
|
- $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(includedir)/bfd.h
|
|
- $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(includedir)/ansidecl.h
|
|
- $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(includedir)/symcat.h
|
|
- $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(includedir)/bfdlink.h
|
|
+# *DON'T* install BFD include file, and others that it needs.
|
|
+install-data-local:
|
|
|
|
Makefile: $(srcdir)/configure.in
|
|
|