From: Will Estes Date: Wed, 21 Mar 2012 01:41:58 +0000 (+0000) Subject: install flex++ as a link; resolves bug #2939681 X-Git-Tag: flex-2-5-36~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b1924073865a1124ba0d4813fc701653d6eb424;p=flex install flex++ as a link; resolves bug #2939681 --- diff --git a/Makefile.am b/Makefile.am index cc4112a..cf28658 100644 --- a/Makefile.am +++ b/Makefile.am @@ -205,4 +205,8 @@ indent: done \ fi +install-exec-hook: + cd $(DESTDIR)/$(bindir) && \ + $(LN_S) flex$(EXEEXT) flex++$(EXEEXT) + .PHONY: ChangeLog tags indent