From 43f53b4f00f0a888f7d9eef62c9f4857b72320bc Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Tue, 10 Mar 2009 23:56:22 -0400 Subject: [PATCH] Should work now. --- common.mk.in | 2 +- library/Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common.mk.in b/common.mk.in index 545321f..2c6a299 100644 --- a/common.mk.in +++ b/common.mk.in @@ -39,7 +39,7 @@ $(OUTDIR)%.html: %.html cp -f $< $@ $(OUTDIR)%.cgi: %.cgi cp -f $< $@ -$(OUTDIR)/.htaccess: .htaccess +$(OUTDIR).htaccess: cp -f $< $@ $(OUTDIR)%.ico: %.ico cp -f $< $@ diff --git a/library/Makefile b/library/Makefile index 5cbb1cf..18618b5 100644 --- a/library/Makefile +++ b/library/Makefile @@ -1,3 +1,6 @@ FILES = index.cgi .htaccess RELDIR = library/ include ../common.mk + +.htaccess: .htaccess + cp -f $< $@ \ No newline at end of file