aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44d5b5e93..242dac4b9 100644
--- a/Makefile
+++ b/Makefile
@@ -250,7 +250,8 @@ safe_read.c safe_strncpy.c syscalls.c syslog_msg_with_name.c time_string.c \
250trim.c unzip.c vdprintf.c verror_msg.c vperror_msg.c wfopen.c xfuncs.c \ 250trim.c unzip.c vdprintf.c verror_msg.c vperror_msg.c wfopen.c xfuncs.c \
251xgetcwd.c xreadlink.c xregcomp.c interface.c remove_file.c last_char_is.c \ 251xgetcwd.c xreadlink.c xregcomp.c interface.c remove_file.c last_char_is.c \
252copyfd.c vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ 252copyfd.c vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \
253dirname.c make_directory.c create_icmp_socket.c u_signal_names.c arith.c 253dirname.c make_directory.c create_icmp_socket.c u_signal_names.c arith.c \
254simplify_path.c
254LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) 255LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC))
255ifeq ($(strip $(BB_SRC_DIR)),) 256ifeq ($(strip $(BB_SRC_DIR)),)
256 LIBBB_CFLAGS += -I$(LIBBB) 257 LIBBB_CFLAGS += -I$(LIBBB)