summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Müller2007-04-15 22:34:44 +0200
committerLars Müller2007-04-15 22:34:44 +0200
commitede38fda1dd3824920fce49a38270afc853b014e (patch)
treeeb908d7ceaa2d35c24bb35b0d2f9a7be32596e94 /Makefile
parentIgnore install.log file. (diff)
downloadcore-ede38fda1dd3824920fce49a38270afc853b014e.tar.gz
core-ede38fda1dd3824920fce49a38270afc853b014e.tar.xz
core-ede38fda1dd3824920fce49a38270afc853b014e.zip
Remove the install log by calling the clean rule.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@899 95ad53e4-c205-0410-b2fa-d234c58c8868
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