summaryrefslogtreecommitdiffstats
path: root/config/pkg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/pkg.mk')
-rw-r--r--config/pkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pkg.mk b/config/pkg.mk
index 482ca17..d2d77b0 100644
--- a/config/pkg.mk
+++ b/config/pkg.mk
@@ -12,7 +12,7 @@ include config/exports.mk
SHORT = ${TARGET:${BUILDDIR}/%=%}
default::
- @printf '# %s\n' "${TARGET}" >${TARGET}
+ @printf '# %s\n' "${SHORT}" >${TARGET}
config/pkg.sh ${TARGET:${GEN}/%.mk=%} >>${TARGET} 2>${TARGET}.log
@if [ "${IS_V}" ]; then \
cat ${TARGET}; \