Commit 4848c1f0 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #442 from kimhmadsen/master

fixed typos
parents d04a7ec6 7f036696
...@@ -51,11 +51,11 @@ $(TARGET) : $(OBJS) $(OBJY) ...@@ -51,11 +51,11 @@ $(TARGET) : $(OBJS) $(OBJY)
$(OBJS) : %.o : %.c $(OBJS) : %.o : %.c
$(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $< -o $@ $(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $< -o $@
# parser complie # parser compile
$(OBJY) : $(YC) $(LDEF) $(OBJY) : $(YC) $(LDEF)
$(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $(YC) -o $(OBJY) $(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $(YC) -o $(OBJY)
# yacc complie # yacc compile
$(YC) : $(YSRC) $(YC) : $(YSRC)
$(YACC) -o $(YC) $(YSRC) $(YACC) -o $(YC) $(YSRC)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment