summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <bero@arklinux.org>2002-03-13 14:24:27 +0000
committerBernhard Rosenkraenzer <bero@arklinux.org>2002-03-13 14:24:27 +0000
commit583a6b1bd14f732a58303e7b0feb21cfc3bb2b81 (patch)
treec559850db2ff9f495ef61a06cd994edf061c6924 /src/Makefile.am
parente153a2fafdfcdb226b485018c4e51f2542caa8d3 (diff)
downloadgrep-583a6b1bd14f732a58303e7b0feb21cfc3bb2b81.tar.gz
Fix build process
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b35ebe0..f70fe309 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,5 +22,5 @@ EXTRA_DIST = \
vms_fab.c vms_fab.h
install-exec-local:
- @LINK@ @bindir@/grep @bindir@/egrep
- @LINK@ @bindir@/grep @bindir@/fgrep
+ @LINK@ @LINKSRC@ $(bindir)/egrep
+ @LINK@ @LINKSRC@ $(bindir)/fgrep