mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Michael Opdenacker spotted that makefile should use () instead of {}.
This commit is contained in:
parent
1ffe1ede54
commit
98a915713d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ MISCUTILS-$(CONFIG_DEVFSD) += devfsd.o
|
|||
MISCUTILS-$(CONFIG_EJECT) += eject.o
|
||||
MISCUTILS-$(CONFIG_HDPARM) += hdparm.o
|
||||
MISCUTILS-$(CONFIG_LAST) += last.o
|
||||
MISCUTILS-${CONFIG_LESS} += less.o
|
||||
MISCUTILS-$(CONFIG_LESS) += less.o
|
||||
MISCUTILS-$(CONFIG_MAKEDEVS) += makedevs.o
|
||||
MISCUTILS-$(CONFIG_MOUNTPOINT) += mountpoint.o
|
||||
MISCUTILS-$(CONFIG_MT) += mt.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue