summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2017-08-30 18:26:53 -0700
committerBehdad Esfahbod <behdad@behdad.org>2017-08-30 18:26:53 -0700
commit776891d62e4cd72949e9d32041d9a4b07b2b05b1 (patch)
tree403d196f0bf188db4bc348ca5b5dd80a2f53ced5
parentf20b6480b9cd46dae8d82a6f95d9c53558fcfd20 (diff)
downloadfribidi-776891d62e4cd72949e9d32041d9a4b07b2b05b1.tar.gz
Fix typo
-rw-r--r--gen.tab/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen.tab/Makefile.am b/gen.tab/Makefile.am
index b5cfd9c..3d6fb59 100644
--- a/gen.tab/Makefile.am
+++ b/gen.tab/Makefile.am
@@ -125,7 +125,7 @@ brackets-type.tab.i: \
BidiBrackets.txt \
fribidi-unicode-version.h \
$(gen_brackets_type_tab_SOURCES)
- $(MAKE) $(AM_MAKEFLAGS) $(gen_brackets_tab)
+ $(MAKE) $(AM_MAKEFLAGS) $(gen_brackets_type_tab)
./$(gen_brackets_type_tab) $(COMPRESSION) $^ > $@ \
|| ($(RM) $@ && false)