aboutsummaryrefslogtreecommitdiff
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 d0ddce7..96a0c02 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ clean:
distclean: clean
-${BUILD}/.build_done: ${TARBALL} GNUmakefile
+${BUILD}/.build_done: ${TARBALL} Makefile
rm -rf ${BUILD}
mkdir ${BUILD}
cd ${BUILD}; tar -xf ${TARBALL} --strip-components=1