diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-06 16:10:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-06 16:10:35 +0200 |
commit | 131c2c6d2339f15e2789d69bfa985994c84d5459 (patch) | |
tree | ca90522e8aae4b21008f2e015f50147b8d422bb3 /package/flex/patches/patch-Makefile_in | |
parent | 095dce1161da25a0dc31ec92f350be725c9bcdb6 (diff) |
fix flex build on Cygwin
Diffstat (limited to 'package/flex/patches/patch-Makefile_in')
-rw-r--r-- | package/flex/patches/patch-Makefile_in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/flex/patches/patch-Makefile_in b/package/flex/patches/patch-Makefile_in new file mode 100644 index 000000000..8c603403f --- /dev/null +++ b/package/flex/patches/patch-Makefile_in @@ -0,0 +1,13 @@ +--- flex-2.5.37.orig/Makefile.in 2012-08-03 19:07:25.000000000 +0200 ++++ flex-2.5.37/Makefile.in 2015-04-03 22:29:28.399676900 +0200 +@@ -1234,10 +1234,6 @@ indent: + done \ + fi + +-install-exec-hook: +- cd $(DESTDIR)/$(bindir) && \ +- $(LN_S) -f flex$(EXEEXT) flex++$(EXEEXT) +- + .PHONY: ChangeLog tags indent + + # Tell versions [3.59,3.63) of GNU make to not export all variables. |