[avih] a custom build dir fix for lib/Makefile
commitd0e48c51c769dc84dc3ed8c4a1b5b07360faa818
authorseyko <seyko2@gmail.com>
Fri, 20 May 2016 12:55:36 +0000 (20 15:55 +0300)
committerseyko <seyko2@gmail.com>
Fri, 20 May 2016 12:55:36 +0000 (20 15:55 +0300)
treeb6d71395b558df2ee029ba72cd9bb5cc7c6e1deb
parent18cbe62e69863e185a69ba7349a5a08f94afecd7
[avih] a custom build dir fix for lib/Makefile

    mkdir build; cd build
    ../configure && make
    ../../lib/libtcc1.c:31: error: include file 'stddef.h' not found

    Author: Avi Halachmi
    Date:   Sat Nov 14 18:40:36 2015 +0200
    When building from the root tcc dir, $TOP and $top_srcdir
    are the same, but with a custom build dir, we need top_srcdir
lib/Makefile