blob: 312b9c28cc5bd75e8d492757d4d4c23c1e39e884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- mercury-extras-0.12.2.orig/lex/Mmakefile 2002-12-03 17:48:31.000000000 +1300
+++ mercury-extras-0.12.2/lex/Mmakefile 2006-10-23 11:49:12.000000000 +1300
@@ -25,7 +25,7 @@
# Omit this line if you want to install the default grades.
# Edit this line if you want to install with different grades.
#
-LIBGRADES = asm_fast.gc hlc.gc asm_fast.gc.tr.debug
+#LIBGRADES = asm_fast.gc hlc.gc asm_fast.gc.tr.debug
# Any application using these libraries will also need the following
# in its Mmakefile:
@@ -47,7 +47,9 @@
depend: lex.depend regex.depend
-install: liblex.install libregex.install
+install:
+ $(MMAKE) $(MMAKEFLAGS) liblex.install
+ $(MMAKE) $(MMAKEFLAGS) libregex.install
check: install
(cd tests; mmake check)
|