diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-14 15:01:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-14 15:01:48 +0200 |
commit | a4784640aae9794b64dbd24b6e46c811a1bf4f48 (patch) | |
tree | 98a24cd8753aaf235600846ec5f1070eb1beed2e /Makefile | |
parent | Prefetch backtrace so that it does not contain functions used to set the error (diff) | |
download | liberror-libc-a4784640aae9794b64dbd24b6e46c811a1bf4f48.tar.gz liberror-libc-a4784640aae9794b64dbd24b6e46c811a1bf4f48.tar.bz2 liberror-libc-a4784640aae9794b64dbd24b6e46c811a1bf4f48.tar.xz |
Use installed liberror
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) HDR =\ liberror-libc.h\ - liberror.h\ internal.h OBJ =\ |