4c17e1e178
Ezm3 is a smaller, more portable distribution of the Modula-3 compiler and runtime system for people whose only need for Modula-3 is to build CVSup.
13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
$OpenBSD: patch-m3config_src_m3makefile,v 1.1.1.1 2002/02/23 12:30:18 naddy Exp $
|
|
--- m3config/src/m3makefile.orig Wed May 2 20:27:49 2001
|
|
+++ m3config/src/m3makefile Wed May 2 20:28:12 2001
|
|
@@ -74,6 +74,8 @@ import("libm3")
|
|
|
|
derived_interface ("M3Config", VISIBLE)
|
|
SrcExport("COMMON")
|
|
+% This is used by ALL OpenBSD configs
|
|
+SrcExport("OpenBSD")
|
|
SrcExport("GCWRAP")
|
|
SrcExport(TARGET)
|
|
|