Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-08-21 21:42:03 +0400
committerRob Landley <rob@landley.net>2006-08-21 21:42:03 +0400
commit98a915713d8d07dccd47067869978ec73543cbfc (patch)
treed497537dbc8d66fc50bbc8c8351594a4c6d5e873 /miscutils
parent1ffe1ede543ff1155b02c5a578fc21a881ac8c00 (diff)
Michael Opdenacker spotted that makefile should use () instead of {}.
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Makefile.in b/miscutils/Makefile.in
index 25143c10b..d32d7714e 100644
--- a/miscutils/Makefile.in
+++ b/miscutils/Makefile.in
@@ -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