mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
15 lines
467 B
Plaintext
15 lines
467 B
Plaintext
$NetBSD: patch-tools_src_m2parsergen_Makefile,v 1.1 2012/10/24 13:15:32 jaapb Exp $
|
|
|
|
Fix error with empty PACKAGES variable
|
|
--- tools/src/m2parsergen/Makefile.orig 2012-06-11 11:15:30.000000000 +0000
|
|
+++ tools/src/m2parsergen/Makefile
|
|
@@ -10,6 +10,8 @@ include $(TOP_DIR)/Makefile.rules
|
|
SRC = ast.ml lexer.ml parser.ml generator.ml
|
|
OBJ = $(SRC:.ml=.cmo)
|
|
|
|
+PACKAGES = stdlib
|
|
+
|
|
#----------------------------------------------------------------------
|
|
|
|
.PHONY: all
|