diff options
author | Will Estes <westes575@gmail.com> | 2015-11-11 18:22:17 -0500 |
---|---|---|
committer | Will Estes <westes575@gmail.com> | 2015-11-11 18:22:17 -0500 |
commit | 83006c65f87041cccf4a8b449d516eaeae29496d (patch) | |
tree | a90f7724683467c905f4511ccce756455faeb1b9 | |
parent | b54685ff22039fae7753fc3b08e0987d5853384e (diff) | |
download | flex-git-83006c65f87041cccf4a8b449d516eaeae29496d.tar.gz |
Added srcdir to tableopts.am include
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4e8b08e..baaa272 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -409,7 +409,7 @@ top.h: top.c tableopts.am: tableopts.sh $(srcdir)/tableopts.sh > $(srcdir)/tableopts.am -include tableopts.am +include $(srcdir)/tableopts.am tableopts := -Ca -Ce -Cf -CF -Cm -Cem -Cae -Caef -CaeF -Cam -Caem tableopts_opt_tests := $(foreach opt,$(tableopts), tableopts_opt_nr$(opt) tableopts_opt_r$(opt)) |