Project

General

Profile

« Previous | Next » 

Revision 14761

fix: inputs/input.Makefile: need to escape $ in commands, including inside comments

View differences:

trunk/inputs/input.Makefile
149 149
	$(if $(wildcard _MySQL/),$(call addDirWithIgnore,_MySQL,'*'))
150 150
	$(if $(wildcard _src/),$(call addDirWithIgnore,_src,'*'))
151 151
	$(if $(wildcard _archive/),$(call addDirWithIgnore,_archive,'*'))
152
	# invoke externally to clear $(wildcard) cache before expanding $(svnFiles)
152
	# invoke externally to clear $$(wildcard) cache before expanding $$(svnFiles)
153 153
	$(selfMake) add_files
154 154

  
155 155
add_files: _always

Also available in: Unified diff