create_ofiles must be executed in directory ce.
authorkaashoek <none@none>
Wed, 3 Feb 1988 11:40:29 +0000 (11:40 +0000)
committerkaashoek <none@none>
Wed, 3 Feb 1988 11:40:29 +0000 (11:40 +0000)
util/ceg/util/make_as
util/ceg/util/make_obj
util/ceg/util/make_own

index b4e75cf..c9981cf 100644 (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
 
 
index e543bec..4b350af 100644 (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
 
 
index 3d62305..77335df 100644 (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