]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation of test module.
authorPhilipp Stephani <phst@google.com>
Sat, 4 May 2019 23:30:23 +0000 (01:30 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 4 May 2019 23:35:11 +0000 (01:35 +0200)
commita976602066211f8820c0a2976afe81cad691a2c9
tree44b48fcc7ddbc1ef1034c41298c4fb48c43a90d3
parente95ecbe14681d86cb4ddd17edbb77559fdc9bc09
Fix compilation of test module.

Because all other objects are compiled without -fPIC, we can’t use
them when linking the test module.  Instead, use the source files
directly.

* test/Makefile.in (HYBRID_MALLOC, LIBEGNU_ARCHIVE): Remove.
($(test_module)): Use source files instead of objects and archives.
test/Makefile.in