replace spaces by tabs

This commit is contained in:
ceriel 1988-09-07 13:39:07 +00:00
parent 42560d86ef
commit d66b646e58
2 changed files with 11 additions and 11 deletions

View file

@ -24,13 +24,13 @@ CEG_LIBS = $(EM)/modules/lib/liballoc.a\
( cd ce; $(CC) -c $(CFLAGS) $(IFILES) ../$*.c)
all: back ceg ce
make -f ce_makefile ce.a
make -f ce_makefile ce.a
clean:
rm -rf ce back ceg ce.a back.a Out
rm -rf ce back ceg ce.a back.a Out
dclean:
rm -rf ce back ceg Out
rm -rf ce back ceg Out
ce : ceg/ceg
mkdir ce

View file

@ -21,13 +21,13 @@ CEG_LIBS = $(EM)/modules/lib/liballoc.a\
.c.o : mach.h back/*h ; ( cd ce; $(CC) -c $(CFLAGS) $(IFILES) ../$*.c)
all: back ceg ce
make -f ce_makefile ce.a
make -f ce_makefile ce.a
clean:
rm -rf ce ceg ce.a back.a Out
rm -rf ce ceg ce.a back.a Out
dclean:
rm -rf ce ceg Out
rm -rf ce ceg Out
ce : ceg/ceg
mkdir ce
@ -59,7 +59,7 @@ EM_instr : ceg/ceg EM_table mach.h
ceg/ceg : ceg/assemble.o ceg/as_instr.o ceg/eval_as.o # $(Em)/em_parser
(cd ceg ; $(CC) -o ceg $(Em)/*.o assemble.o as_instr.o eval_as.o\
$(CEG_LIBS) $(LEXLIB) )
$(CEG_LIBS) $(LEXLIB) )
ceg/assemble.o : as.h ceg/assemble.c ceg/*h
(cd ceg;$(CC) -c $(IFILES) assemble.c)