summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <westes@users.noreply.github.com>2021-08-13 11:37:10 -0400
committerGitHub <noreply@github.com>2021-08-13 11:37:10 -0400
commit7ea145a7e6c0b15270b0ea913e8afbbdc516f6ea (patch)
tree634d658c234d90bdcd16e34768f38a4c9dff6891 /src/Makefile.am
parenteac09011867e1c6afc9f0da028b82553a2d479f2 (diff)
parentfceec5d95a206745bf100c16f34f68201a9a03fd (diff)
downloadflex-git-7ea145a7e6c0b15270b0ea913e8afbbdc516f6ea.tar.gz
Merge pull request #491 from Mightyjo/issue_469
Issue 469; Compute length of yy_state_buf correctly
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--[-rwxr-xr-x]src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fada4a7..ce21a4d 100755..100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -130,6 +130,7 @@ endif
dist-hook: scan.l flex$(EXEEXT)
chmod u+w $(distdir) && \
+ chmod u+w $(distdir)/scan.c && \
./flex$(EXEEXT) -o scan.c $< && \
mv -f scan.c $(distdir)