summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2020-12-15 00:42:17 -0800
committerSam Lantinga <slouken@libsdl.org>2020-12-15 00:42:17 -0800
commit822f316aec77e6cdd064de8653b943241d911fdc (patch)
treeb0de83c804a8c3b2129e02f2045056ab216a48a0 /configure.ac
parentb77872bc651e44d81716216b64390232653d8257 (diff)
downloadsdl-822f316aec77e6cdd064de8653b943241d911fdc.tar.gz
Fixed bug 5399 - make install is broken as it depends on missing rule `build`
Stephen Broadfoot I've tracked this down to the following changeset 99d8b18acf8a https://hg.libsdl.org/SDL/diff/99d8b18acf8a/Makefile.in this changeset renames the rule `build` to `build/.created` but the rule `install-lib` still depends on the rule `build` This affects users who are trying to install via homebrew who are installing via source and not by the bottle as this invokes `make install` To be clear, the error I was hitting when running make install is make: *** No rule to make target `build', needed by `install-lib'. Stop.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions