remove windows reference from conf makefile

This commit is contained in:
Christopher A. Mosher 2019-04-13 17:13:54 -04:00
parent f19cbe62d2
commit 66a4180747
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
etcdir = $(sysconfdir)/epple2
if HAVE_WINDOWS
CONF_PREFIX =
else
CONF_PREFIX = $(prefix)/
endif
%.conf: %.conf.in
sed -e 's,$$(PREFIX),$(CONF_PREFIX),g' <$< >$@