ebcb40e5e1
port, which is also in sync with winavr/avrstudio. Among other things, this adds support for atmega328... which means new arduino boards should work.
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
$OpenBSD: patch-etc_Makefile_in,v 1.4 2010/06/27 20:58:10 ckuethe Exp $
|
|
--- etc/Makefile.in.orig Sat Jun 26 11:22:45 2010
|
|
+++ etc/Makefile.in Sat Jun 26 11:31:17 2010
|
|
@@ -64,7 +64,8 @@ PDFFILES = standards.pdf configure.pdf
|
|
HTMLFILES = standards.html configure.html
|
|
|
|
all: info
|
|
-install: install-info
|
|
+#install: install-info
|
|
+install:
|
|
|
|
uninstall:
|
|
|