Makefile
changeset 79 a7d0fff4bef0
parent 78 c014474497f0
child 87 63b568f99e3c
equal deleted inserted replaced
78:c014474497f0 79:a7d0fff4bef0
    10 host_os = linux
    10 host_os = linux
    11 ifneq '' '$(COMSPEC)'
    11 ifneq '' '$(COMSPEC)'
    12   host_os = windows
    12   host_os = windows
    13 endif
    13 endif
    14 
    14 
    15 OVERRIDDEN_ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore .bazaar
    15 OVERRIDDEN_ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore .bazaar .minttyrc
    16 IFNONEXIST_ITEMS = .wgetrc
    16 IFNONEXIST_ITEMS = .wgetrc
    17 
    17 
    18 .PHONY: install
    18 .PHONY: install
    19 install:
    19 install:
    20 	for item in $(OVERRIDDEN_ITEMS); do \
    20 	for item in $(OVERRIDDEN_ITEMS); do \