mirror of https://github.com/mirror/busybox.git
Fix a stupid bug revealed by multibuild.pl
parent
77b68e6f42
commit
d22b78ff05
|
@ -402,7 +402,7 @@
|
||||||
APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
|
APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_UNIX2DOS
|
#ifdef BB_UNIX2DOS
|
||||||
APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN)
|
APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN)
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_UPDATE
|
#ifdef BB_UPDATE
|
||||||
APPLET(update, update_main, _BB_DIR_SBIN)
|
APPLET(update, update_main, _BB_DIR_SBIN)
|
||||||
|
|
|
@ -402,7 +402,7 @@
|
||||||
APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
|
APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_UNIX2DOS
|
#ifdef BB_UNIX2DOS
|
||||||
APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN)
|
APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN)
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_UPDATE
|
#ifdef BB_UPDATE
|
||||||
APPLET(update, update_main, _BB_DIR_SBIN)
|
APPLET(update, update_main, _BB_DIR_SBIN)
|
||||||
|
|
Loading…
Reference in New Issue