Revision 490bec02 Makefile.am

b/Makefile.am
970 970
	sed -f $(REPLACE_VARS_SED) < $< > $@
971 971
	chmod u+x $@
972 972

  
973
daemons/%: daemons/%.in $(REPLACE_VARS_SED)
973
daemons/%:: daemons/%.in $(REPLACE_VARS_SED)
974 974
	sed -f $(REPLACE_VARS_SED) < $< > $@
975 975
	chmod +x $@
976 976

  
977
doc/examples/%: doc/examples/%.in $(REPLACE_VARS_SED)
977
doc/examples/%:: doc/examples/%.in $(REPLACE_VARS_SED)
978 978
	sed -f $(REPLACE_VARS_SED) < $< > $@
979 979

  
980
doc/examples/hooks/%: doc/examples/hooks/%.in $(REPLACE_VARS_SED)
980
doc/examples/hooks/%:: doc/examples/hooks/%.in $(REPLACE_VARS_SED)
981 981
	sed -f $(REPLACE_VARS_SED) < $< > $@
982 982

  
983 983
doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \

Also available in: Unified diff