Home | History | Annotate | Download | only in elinks
      1 *** elinks-0.11.6/Makefile.lib.orig	2009-08-28 15:38:11.040477735 -0700
      2 --- elinks-0.11.6/Makefile.lib	2009-08-28 15:38:23.605420486 -0700
      3 ***************
      4 *** 39,45 ****
      5   
      6   quiet_cmd_compile = '      [$(CC_COLOR)CC$(END_COLOR)]   $(RELPATH)$@'
      7    masq_cmd_compile = $(COMPILE) -o $(@) -c $< $(2)
      8 !       cmd_compile = $(COMPILE) -o $(@) -Wp,-MD,.deps/$(*F).pp -c $< $(2)
      9   
     10   # Rule to compile a set of .o files into one .o file
     11   quiet_cmd_ld_objs = "      [$(LD_COLOR)LD$(END_COLOR)]   $(RELPATH)$@"
     12 --- 39,45 ----
     13   
     14   quiet_cmd_compile = '      [$(CC_COLOR)CC$(END_COLOR)]   $(RELPATH)$@'
     15    masq_cmd_compile = $(COMPILE) -o $(@) -c $< $(2)
     16 !       cmd_compile = $(COMPILE) -o $(@) -c $< $(2)
     17   
     18   # Rule to compile a set of .o files into one .o file
     19   quiet_cmd_ld_objs = "      [$(LD_COLOR)LD$(END_COLOR)]   $(RELPATH)$@"
     20