summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38a6cd15..87c08c92 100644
--- a/Makefile
+++ b/Makefile
@@ -238,6 +238,6 @@ and stage1"
clean:
@echo "Cleanup OpenSLX source directory "
- @for file in openslx-*.tar.bz2; do \
+ @for file in $(SLX_INSTALL_LOG) openslx-*.tar.bz2; do \
rm -f $${file}; \
done