diff options
author | Matt Kraai <kraai@debian.org> | 2001-08-10 15:05:27 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-08-10 15:05:27 +0000 |
commit | a7cecbc9170eed93d365c0c38e8ba1477ab0a40c (patch) | |
tree | 3541c27248b0d143cb06b9f61472b568414cb110 /Makefile | |
parent | 4fb0b517035ddc189bd696e3175bf18dbc37d441 (diff) | |
download | busybox-w32-a7cecbc9170eed93d365c0c38e8ba1477ab0a40c.tar.gz busybox-w32-a7cecbc9170eed93d365c0c38e8ba1477ab0a40c.tar.bz2 busybox-w32-a7cecbc9170eed93d365c0c38e8ba1477ab0a40c.zip |
Commit Vladimir's simplify_path.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -250,7 +250,8 @@ safe_read.c safe_strncpy.c syscalls.c syslog_msg_with_name.c time_string.c \ | |||
250 | trim.c unzip.c vdprintf.c verror_msg.c vperror_msg.c wfopen.c xfuncs.c \ | 250 | trim.c unzip.c vdprintf.c verror_msg.c vperror_msg.c wfopen.c xfuncs.c \ |
251 | xgetcwd.c xreadlink.c xregcomp.c interface.c remove_file.c last_char_is.c \ | 251 | xgetcwd.c xreadlink.c xregcomp.c interface.c remove_file.c last_char_is.c \ |
252 | copyfd.c vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ | 252 | copyfd.c vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ |
253 | dirname.c make_directory.c create_icmp_socket.c u_signal_names.c arith.c | 253 | dirname.c make_directory.c create_icmp_socket.c u_signal_names.c arith.c \ |
254 | simplify_path.c | ||
254 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) | 255 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) |
255 | ifeq ($(strip $(BB_SRC_DIR)),) | 256 | ifeq ($(strip $(BB_SRC_DIR)),) |
256 | LIBBB_CFLAGS += -I$(LIBBB) | 257 | LIBBB_CFLAGS += -I$(LIBBB) |