summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e9fa8cb..31fdf63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,8 +23,8 @@ dist_bin_SCRITPS = fontname.sh fontprop.sh xon.sh
bin_SCRIPTS = xauth_switch_to_sun-des-1
-xauth_switch_to_sun-des-1: xauth_switch_to_sun-des-1.cpp
- grep -v Avoid $< | sed -e /^\#.*$$/d -e s/XCOMM/\#/g > $@
+xauth_switch_to_sun-des-1: $(srcdir)/xauth_switch_to_sun-des-1.cpp
+ grep -v Avoid $(srcdir)/xauth_switch_to_sun-des-1.cpp | sed -e /^\#.*$$/d -e s/XCOMM/\#/g > $@
CLEANFILES = xauth_switch_to_sun-des-1