aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-08-04 20:35:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-08-04 20:35:41 +0000
commita0d164ba89ae02b9fc8c8480c06ef3c438bcff52 (patch)
tree6e30074fee9bdf9159a443d0178fa0161e64be41 /Makefile
parenta8a51cb8b6ed2d9723f97cc715eea26abb14c2fa (diff)
downloadmaster-187ad058-a0d164ba89ae02b9fc8c8480c06ef3c438bcff52.tar.gz
master-187ad058-a0d164ba89ae02b9fc8c8480c06ef3c438bcff52.tar.bz2
master-187ad058-a0d164ba89ae02b9fc8c8480c06ef3c438bcff52.zip
remove duplicate package/ prefix from package dump error message
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4451 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90bc5deb09..32cadb7f99 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ endif
@echo Collecting package info...
@-for dir in package/*/; do \
echo Source-Makefile: $${dir}Makefile; \
- $(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir 2>&- || echo "ERROR: please fix package/$${dir}Makefile" >&2; \
+ $(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir 2>&- || echo "ERROR: please fix $${dir}Makefile" >&2; \
done > $@
pkginfo-clean: FORCE