Line 0
Link Here
|
|
|
1 |
--- syntax/Makefile.orig 2011-12-08 04:46:54 UTC |
2 |
+++ syntax/Makefile |
3 |
@@ -39,9 +39,9 @@ ifneq (${TYPECONV},) |
4 |
MAIN_TC := pa_deriving_tc.ml |
5 |
endif |
6 |
|
7 |
-CLASSES_CMO := $(patsubst %.ml,classes/%.cmo$,${CLASSES}) |
8 |
-CLASSES_CMX := $(patsubst %.ml,classes/%.cmx$,${CLASSES}) |
9 |
-CLASSES_DEPS := $(patsubst %.ml,classes/.%.ml.deps$,${CLASSES}) |
10 |
+CLASSES_CMO := $(patsubst %.ml,classes/%.cmo,${CLASSES}) |
11 |
+CLASSES_CMX := $(patsubst %.ml,classes/%.cmx,${CLASSES}) |
12 |
+CLASSES_DEPS := $(patsubst %.ml,classes/.%.ml.deps,${CLASSES}) |
13 |
|
14 |
${CLASSES_CMO} ${CLASSES_CMX} ${CLASSES_DEPS}: \ |
15 |
LIBS+=-syntax camlp4o -package camlp4.quotations.o -I classes |