boklm pushed to branch base-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • browser/Makefile.in
    ... ... @@ -6,10 +6,6 @@ include $(topsrcdir)/config/rules.mk
    6 6
     
    
    7 7
     ifdef MAKENSISU
    
    8 8
     
    
    9
    -# For Windows build the uninstaller during the application build since the
    
    10
    -# uninstaller is included with the application for mar file generation.
    
    11
    -libs::
    
    12
    -	$(MAKE) -C installer/windows uninstaller
    
    13 9
     ifdef ENABLE_TESTS
    
    14 10
     	$(MAKE) -C installer/windows install_deps
    
    15 11
     endif #ENABLE_TESTS
    

  • browser/installer/Makefile.in
    ... ... @@ -88,10 +88,6 @@ ifdef NECKO_WIFI
    88 88
     DEFINES += -DNECKO_WIFI
    
    89 89
     endif
    
    90 90
     
    
    91
    -ifdef MAKENSISU
    
    92
    -DEFINES += -DHAVE_MAKENSISU=1
    
    93
    -endif
    
    94
    -
    
    95 91
     ifdef MOZ_DEFAULT_BROWSER_AGENT
    
    96 92
     DEFINES += -DMOZ_DEFAULT_BROWSER_AGENT=1
    
    97 93
     endif