aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cd9c864c..de7320fb0 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,8 @@ OPTIMIZATION := $(shell if $(CC) -Os -S -o /dev/null -xc /dev/null >/dev/null 2>
110 110
111WARNINGS = -Wall 111WARNINGS = -Wall
112 112
113ARFLAGS = -r
114
113# 115#
114#-------------------------------------------------------- 116#--------------------------------------------------------
115# If you're going to do a lot of builds with a non-vanilla configuration, 117# If you're going to do a lot of builds with a non-vanilla configuration,
@@ -233,7 +235,8 @@ mode_string.c parse_mode.c parse_number.c print_file.c process_escape_sequence.c
233my_getgrgid.c my_getpwnamegid.c my_getpwuid.c my_getgrnam.c my_getpwnam.c \ 235my_getgrgid.c my_getpwnamegid.c my_getpwuid.c my_getgrnam.c my_getpwnam.c \
234recursive_action.c safe_read.c safe_strncpy.c syscalls.c \ 236recursive_action.c safe_read.c safe_strncpy.c syscalls.c \
235syslog_msg_with_name.c time_string.c trim.c vdprintf.c wfopen.c xfuncs.c \ 237syslog_msg_with_name.c time_string.c trim.c vdprintf.c wfopen.c xfuncs.c \
236xregcomp.c 238xregcomp.c error_msg_and_die.c perror_msg.c perror_msg_and_die.c \
239verror_msg.c vperror_msg.c
237LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) 240LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC))
238LIBBB_CFLAGS = -I$(LIBBB_DIR) 241LIBBB_CFLAGS = -I$(LIBBB_DIR)
239 242