Changeset 2036


Ignore:
Timestamp:
Feb 21, 2017, 7:03:29 PM (8 years ago)
Author:
Silvan Scherrer
Message:

vim: fix a makefile flaw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified vim/trunk/src/Makefile

    r2022 r2036  
    28822882        -@echo '";' >> $@
    28832883        -@echo 'char_u *compiled_sys = (char_u *)"' | tr -d $(NL) >> $@
    2884         -@if test -z "$(COMPILEDBY)"; then hostname | tr -d $(NL) >> $@; fi
     2884        -@if test -n "$(COMPILEDBY)"; then hostname | tr -d $(NL) >> $@; fi
    28852885        -@echo '";' >> $@
    28862886        -@sh $(srcdir)/pathdef.sh
Note: See TracChangeset for help on using the changeset viewer.