aboutsummaryrefslogtreecommitdiff
path: root/libbb/Makefile
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-17 15:26:36 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-17 15:26:36 +0000
commita71ab54376eed7d51c028ca7986fa7667417d3c7 (patch)
tree1dec04901febc0fd63ac5b92bc2cca4333689477 /libbb/Makefile
parentb38aba2140fc308cb4040e2241bdff352f0f93e8 (diff)
downloadbusybox-w32-a71ab54376eed7d51c028ca7986fa7667417d3c7.tar.gz
busybox-w32-a71ab54376eed7d51c028ca7986fa7667417d3c7.tar.bz2
busybox-w32-a71ab54376eed7d51c028ca7986fa7667417d3c7.zip
Make cp and mv optionally preserve hard links.
git-svn-id: svn://busybox.net/trunk/busybox@3894 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/Makefile')
-rw-r--r--libbb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile b/libbb/Makefile
index ef8fef4b7..879be2452 100644
--- a/libbb/Makefile
+++ b/libbb/Makefile
@@ -45,7 +45,7 @@ obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \
45 xgetcwd.o xreadlink.o xregcomp.o interface.o remove_file.o last_char_is.o \ 45 xgetcwd.o xreadlink.o xregcomp.o interface.o remove_file.o last_char_is.o \
46 copyfd.o vherror_msg.o herror_msg.o herror_msg_and_die.o xgethostbyname.o \ 46 copyfd.o vherror_msg.o herror_msg.o herror_msg_and_die.o xgethostbyname.o \
47 dirname.o make_directory.o create_icmp_socket.o u_signal_names.o arith.o \ 47 dirname.o make_directory.o create_icmp_socket.o u_signal_names.o arith.o \
48 simplify_path.o inet_common.o $(LIBBB_MOBJS) $(LIBBB_AROBJS) 48 simplify_path.o inet_common.o inode_hash.o $(LIBBB_MOBJS) $(LIBBB_AROBJS)
49 49
50 50
51# Hand off to toplevel Rules.mak 51# Hand off to toplevel Rules.mak