$NetBSD: patch-aa,v 1.2 2012/03/04 09:42:31 asau Exp $

--- Makefile.orig	2012-01-04 20:28:16.000000000 +0400
+++ Makefile	2012-03-04 13:33:24.000000000 +0400
@@ -2,9 +2,12 @@
 
 EXAMPLES = $(filter-out examples/OMakefile examples/CVS, $(wildcard examples/*))
 
-.PHONY: all
-all:
-	@cd lib && $(MAKE) byte-code-library native-code-library
+.PHONY: all byte
+all: byte
+	@cd lib && $(MAKE) native-code-library
+
+byte:
+	@cd lib && $(MAKE) byte-code-library
 
 .PHONY:	examples
 examples:
