diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-07 18:32:51 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-07 18:32:51 -0700 |
commit | ce253d943aeeecc3b7cc89bc36d6764b8e111d22 (patch) | |
tree | 4e59fa850b776ce7402a371f83d7360cd95d23ed /tests/bullet | |
parent | 42a6216329d5dee646003f441d4908dd86b804a8 (diff) |
stdio.h fixes and a fix that fixes bullet
Diffstat (limited to 'tests/bullet')
-rw-r--r-- | tests/bullet/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bullet/Makefile.in b/tests/bullet/Makefile.in index ae734464..95aca938 100644 --- a/tests/bullet/Makefile.in +++ b/tests/bullet/Makefile.in @@ -232,7 +232,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck + # XXX Emscripten $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) cd $(srcdir) && $(AUTOCONF) |