openbsd-ports/devel/avr/binutils/patches/patch-opcodes_Makefile_in
ckuethe ebcb40e5e1 Update to the latest AVR gcc, binutils, libc and gdb. Based on the FreeBSD
port, which is also in sync with winavr/avrstudio. Among other things, this
adds support for atmega328... which means new arduino boards should work.
2010-06-27 20:58:10 +00:00

14 lines
517 B
Plaintext

$OpenBSD: patch-opcodes_Makefile_in,v 1.4 2010/06/27 20:58:10 ckuethe Exp $
--- opcodes/Makefile.in.orig Sat Jun 26 11:22:38 2010
+++ opcodes/Makefile.in Sat Jun 26 11:31:17 2010
@@ -1051,7 +1051,8 @@ installdirs-am:
for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(bfdincludedir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
-install: install-recursive
+#install: install-recursive
+install:
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive