summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-15 16:18:51 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-15 16:18:51 +0000
commit3aa72153a3c7f81565536de511517cf44f7f57b5 (patch)
tree0e2f92a861ec70ee8beb98b65868470e5a815ba2
parentb1e8156b38df6f336cbe5236e0f76f3ff1c98708 (diff)
Convert $< to portable form
-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