build(make): Cleanup unused target

AFAIK, prefixing a target with a `.` (aside from the special targets make itself treats
differently) is just to exclude it from being the default target, but the default target
is already defined above this one.  Also, it just runs another target which doesn't
exist AFAIKT.
This commit is contained in:
Ross Patterson 2020-09-17 12:19:35 -07:00
parent 7a3320f4bb
commit da24739c59

View File

@ -28,9 +28,6 @@ APPNAME=tahoe-lafs
make-version:
$(PYTHON) ./setup.py update_version
.built:
$(MAKE) build
src/allmydata/_version.py:
$(MAKE) make-version