summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6bee29..0b4e76c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ LIBGCOMPAT_SRC = \
libgcompat/execinfo.c \
libgcompat/gnulib.c \
libgcompat/grp.c \
+ libgcompat/internal.c \
libgcompat/malloc.c \
libgcompat/math.c \
libgcompat/misc.c \
@@ -53,6 +54,7 @@ ${LOADER_NAME}: ${LOADER_OBJ}
.c.o:
$(CC) -c -D_BSD_SOURCE -DLIBGCOMPAT=\"${LIBGCOMPAT_PATH}\" \
-DLINKER=\"${LINKER_PATH}\" -DLOADER=\"${LOADER_NAME}\" \
+ -Ilibgcompat \
-fPIC -std=c99 -Wall -Wextra -Wno-frame-address \
-Wno-unused-parameter ${CFLAGS} ${CPPFLAGS} -o $@ $<