create_ofiles must be executed in directory ce.
This commit is contained in:
parent
4ec4554fa5
commit
990080cc04
|
@ -56,7 +56,7 @@ ce/*.o : mach.h back/*.h
|
|||
|
||||
EM_instr : ceg/ceg mach.h back/*.h EM_table
|
||||
( cd ce; $(CEG)/util/preproc ../EM_table | ../ceg/ceg -l)
|
||||
$(CEG)/util/create_ofiles
|
||||
( cd ce; $(CEG)/util/create_ofiles)
|
||||
@make ce.a
|
||||
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ ce/*.o : mach.h back/*.h
|
|||
|
||||
EM_instr : ceg/ceg mach.h back/*.h EM_table
|
||||
( cd ce; $(CEG)/util/preproc ../EM_table| ../ceg/ceg -l)
|
||||
$(CEG)/util/create_ofiles
|
||||
( cd ce; $(CEG)/util/create_ofiles)
|
||||
@make ce.a
|
||||
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ ce/*.o : mach.h
|
|||
|
||||
EM_instr : ceg/ceg EM_table mach.h
|
||||
( cd ce; $(CEG)/util/preproc ../EM_table| ../ceg/ceg -l)
|
||||
$(CEG)/util/create_ofiles
|
||||
( cd ce; $(CEG)/util/create_ofiles)
|
||||
@make ce.a
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue