create_ofiles must be executed in directory ce.

This commit is contained in:
kaashoek 1988-02-03 11:40:29 +00:00
parent 4ec4554fa5
commit 990080cc04
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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