diff options
| author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-27 22:50:04 +0000 |
|---|---|---|
| committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-27 22:50:04 +0000 |
| commit | e90081f6ed71edd8cbfc579a627e377b3460a02e (patch) | |
| tree | fabb6e3ee613a6dd80842508d4cb449813f87d5a | |
| parent | cc416ac66f203aa0eb5bac77e4fda474150af349 (diff) | |
| download | busybox-w32-e90081f6ed71edd8cbfc579a627e377b3460a02e.tar.gz busybox-w32-e90081f6ed71edd8cbfc579a627e377b3460a02e.tar.bz2 busybox-w32-e90081f6ed71edd8cbfc579a627e377b3460a02e.zip | |
Somebody suggested this, but I've forgotten who.
git-svn-id: svn://busybox.net/trunk/busybox@11934 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -rw-r--r-- | libbb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index fb4910018..37c25f96c 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
| @@ -18,7 +18,7 @@ LIBBB_SRC-y:= \ | |||
| 18 | find_pid_by_name.c find_root_device.c fgets_str.c full_read.c \ | 18 | find_pid_by_name.c find_root_device.c fgets_str.c full_read.c \ |
| 19 | full_write.c get_last_path_component.c get_line_from_file.c \ | 19 | full_write.c get_last_path_component.c get_line_from_file.c \ |
| 20 | hash_fd.c herror_msg.c herror_msg_and_die.c \ | 20 | hash_fd.c herror_msg.c herror_msg_and_die.c \ |
| 21 | human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \ | 21 | human_readable.c inet_common.c inode_hash.c isdirectory.c \ |
| 22 | kernel_version.c last_char_is.c login.c loop.c \ | 22 | kernel_version.c last_char_is.c login.c loop.c \ |
| 23 | make_directory.c mode_string.c mtab.c mtab_file.c \ | 23 | make_directory.c mode_string.c mtab.c mtab_file.c \ |
| 24 | obscure.c parse_mode.c parse_number.c perror_msg.c \ | 24 | obscure.c parse_mode.c parse_number.c perror_msg.c \ |
| @@ -37,6 +37,7 @@ LIBBB_SRC-y:= \ | |||
| 37 | bb_echo.c | 37 | bb_echo.c |
| 38 | 38 | ||
| 39 | LIBBB_SRC-$(CONFIG_FEATURE_SHADOWPASSWDS)+= pwd2spwd.c | 39 | LIBBB_SRC-$(CONFIG_FEATURE_SHADOWPASSWDS)+= pwd2spwd.c |
| 40 | LIBBB_SRC-$(CONFIG_IFCONFIG)+=interface.c | ||
| 40 | 41 | ||
| 41 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC-y)) | 42 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC-y)) |
| 42 | 43 | ||
