Difference for common/Makefile.in from version 1.2 to 1.3


version 1.2 version 1.3
Line 106
 
Line 106
  $(FLEX) -i -t loader.l > loader.c   $(FLEX) -i -t loader.l > loader.c
   
   
 clean:  clean::
  $(RM) -f $(OBJS)   $(RM) -f $(OBJS)
   
   distclean:: clean
    $(RM) -f Makefile
   
 .c.o:  .c.o:
  $(CC) $(CFLAGS) $(INCLUDES)  -c $*.c   $(CC) $(CFLAGS) $(INCLUDES)  -c $*.c
   


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:04