From 66a4180747a482a5b7f66ed6a2c39bf16e381d4b Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Sat, 13 Apr 2019 17:13:54 -0400 Subject: [PATCH] remove windows reference from conf makefile --- conf/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) 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' <$< >$@