Project

General

Profile

« Previous | Next » 

Revision 14900

bugfix: inputs/Makefile: install: need to use $(wildcard+suffix) to support Linux

View differences:

trunk/inputs/Makefile
30 30

  
31 31
##### install
32 32

  
33
install: .[^as.]*/install $(if $(all),*/install) _always ;
33
install: $(call wildcard+suffix,.[^as.]*/,install) \
34
$(if $(all),$(call wildcard+suffix,*/,install)) _always ;
34 35

  
35 36
##### Import logs
36 37

  

Also available in: Unified diff