aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-27 20:26:00 -0400
committerRob Austein <sra@hactrn.net>2016-06-27 20:26:00 -0400
commitcef8a876f29304c4c26c916c28e81eb04de88a54 (patch)
tree0390fa1a438db5705b8be609048baed28b89863c /Makefile
parentef76970f5f9f581c196b1601b010492f3ec6a7f4 (diff)
GNUmakefile cleanup: the gift that keeps on giving.HEADmaster
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