projects
/
repair.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd4513
)
...
author
cristic
<cristic>
Tue, 6 Apr 2004 19:42:05 +0000
(19:42 +0000)
committer
cristic
<cristic>
Tue, 6 Apr 2004 19:42:05 +0000
(19:42 +0000)
Repair/RepairCompiler/MCC/Makefile
patch
|
blob
|
history
diff --git
a/Repair/RepairCompiler/MCC/Makefile
b/Repair/RepairCompiler/MCC/Makefile
index 1c61451f0281905519fd9033f144f5877a4a8b20..10f539dde88fad1c1f694b82cbc79ed8397d2819 100755
(executable)
--- a/
Repair/RepairCompiler/MCC/Makefile
+++ b/
Repair/RepairCompiler/MCC/Makefile
@@
-95,10
+95,10
@@
parser: $(PARSERS) $(SCANNER).java
%Parser.java: %.cup
java -classpath ../ java_cup.Main -nosummary -symbols $(SYMBOLS) -parser $*Parser < $*.cup
- j
ikes -nowarn -bootclasspath $(CLASSPATH)
$(SYMBOLS).java
+ j
avac
$(SYMBOLS).java
%.class: %.java
- j
ikes -nowarn -bootclasspath $(CLASSPATH)
-classpath ../ -source 1.4 $<
+ j
avac
-classpath ../ -source 1.4 $<
# jikes -classpath $(CLASSPATH):../ $<
%.lex.java: %.lex