diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-27 20:26:00 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-27 20:26:00 -0400 |
commit | cef8a876f29304c4c26c916c28e81eb04de88a54 (patch) | |
tree | 0390fa1a438db5705b8be609048baed28b89863c /Makefile | |
parent | ef76970f5f9f581c196b1601b010492f3ec6a7f4 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |