Ticket #42740: patch-patch-Makefile.diff.diff

File patch-patch-Makefile.diff.diff, 718 bytes (added by royliu@…, 10 years ago)

The Makefile patch diff

  • files/patch-Makefile.diff

    old new  
    99 ETC_GITCONFIG = $(sysconfdir)/gitconfig
    1010 ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes
    1111 lib = lib
    12 @@ -1007,7 +1007,7 @@
     12@@ -1020,7 +1020,7 @@
    1313 ifeq ($(COMPUTE_HEADER_DEPENDENCIES),auto)
    1414 dep_check = $(shell $(CC) $(ALL_CFLAGS) \
    1515        -c -MF /dev/null -MQ /dev/null -MMD -MP \
     
    1818        echo $$?)
    1919 ifeq ($(dep_check),0)
    2020 override COMPUTE_HEADER_DEPENDENCIES = yes
    21 @@ -1061,7 +1061,7 @@
     21@@ -1079,7 +1079,7 @@
    2222        ifdef NO_R_TO_GCC_LINKER
    2323                # Some gcc does not accept and pass -R to the linker to specify
    2424                # the runtime dynamic library path.