2013-09-26 17:14:40 +02:00

21 lines
489 B
Plaintext

$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: