diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ build: install -DT 'forms/$(path)' 'build/forms/$(path)'; \ perl -i -pe "s:'../build/:'$(CURDIR)/build/:g" 'build/forms/$(path)';\ $(foreach htmlstempath,$(path:%.cgi=build/html/%),\ - $(if $(wildcard $(htmlstempath).tmpl),,cp $(htmlstempath).html $(htmlstempath).tmpl;)\ + cp -f $(htmlstempath).html $(htmlstempath).tmpl;\ FORMBUILDER_NOHEADER=1 'build/forms/$(path)' > $(htmlstempath).html)) .PHONY: all build configfiles |