diff options
author | Glenn L McGrath | 2002-11-11 03:00:12 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-11 03:00:12 +0000 |
commit | 8f0722a53b9a88c0b4e60b79e4362d0f31c32c54 (patch) | |
tree | 2efbea745d3ef22e375df3e60ba4c8f14c04f1c4 /init/Makefile.in | |
parent | c11986d89eba564945b226660031e624bf897561 (diff) | |
download | busybox-8f0722a53b9a88c0b4e60b79e4362d0f31c32c54.zip busybox-8f0722a53b9a88c0b4e60b79e4362d0f31c32c54.tar.gz |
Move readlink, mktemp, run-parts and which to a new debianutils dir.
Diffstat (limited to 'init/Makefile.in')
-rw-r--r-- | init/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Makefile.in b/init/Makefile.in index cd3ead8..a43c4a7 100644 --- a/init/Makefile.in +++ b/init/Makefile.in @@ -29,7 +29,6 @@ INIT-$(CONFIG_MESG) += mesg.o INIT-$(CONFIG_POWEROFF) += poweroff.o INIT-$(CONFIG_REBOOT) += reboot.o INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o -INIT-$(CONFIG_RUN_PARTS) += run_parts.o libraries-y+=$(INIT_DIR)$(INIT_AR) |