bug removed

This commit is contained in:
kaashoek 1988-05-31 14:12:35 +00:00
parent 6a08adb962
commit e568d54af9
3 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@ ce : ceg/ceg
( cd ce; ../ceg/ceg -l < $(DEF)/not_impl/not_impl_table)
(cd ce; co $(DEF)/RCS/*.c,v)
(cd ce; co $(DEF)/*/RCS/*.c,v)
(cd ce; chmod +w *.c)
ln mach.c ce/mach.c
@make EM_instr

View file

@ -27,6 +27,7 @@ ce : ceg/ceg
( cd ce; ../ceg/ceg -l < $(DEF)/not_impl/not_impl_table)
(cd ce;co $(DEF)/RCS/*.c,v )
(cd ce;co $(DEF)/*/RCS/*.c,v)
(cd ce; chmod +w *.c)
ln mach.c ce/mach.c
@make EM_instr

View file

@ -26,6 +26,7 @@ ce : ceg/ceg
( cd ce; ../ceg/ceg -l < $(DEF)/not_impl/not_impl_table)
(cd ce;co $(DEF)/RCS/*.c,v )
(cd ce;co $(DEF)/*/RCS/*.c,v)
(cd ce;chmod +w *.c)
ln mach.c ce/mach.c
@make EM_instr