summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2013-05-28 19:55:50 -0400
committerWill Estes <westes575@gmail.com>2013-05-28 19:55:50 -0400
commit38a590701713d94e6214eb1c43394337ef18634f (patch)
tree212925dfc9fa038e0535d18cfd5d34ebe1f2c23b /Makefile.am
parent5f4300db43b6f968798327b144122869c7067629 (diff)
Remove incorrect / in install-exec-hook target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d052b94..1f90356 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -209,7 +209,7 @@ indent:
fi
install-exec-hook:
- cd $(DESTDIR)/$(bindir) && \
+ cd $(DESTDIR)$(bindir) && \
$(LN_S) -f flex$(EXEEXT) flex++$(EXEEXT)
.PHONY: ChangeLog tags indent