diff --git a/conf/Makefile.am b/conf/Makefile.am index 0b482e7..1f3e830 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -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' <$< >$@