fix indentation a bit in Makefile

This commit is contained in:
Scott Moser 2013-07-17 15:31:57 -04:00
parent 161a9ab351
commit 4763c8e297
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ test:
check_version:
@if [ "$(CHANGELOG_VERSION)" != "$(CODE_VERSION)" ]; then \
echo "Error: ChangeLog version $(CHANGELOG_VERSION)" \
"not equal to code version $(CODE_VERSION)"; exit 2; \
else true; fi
echo "Error: ChangeLog version $(CHANGELOG_VERSION)" \
"not equal to code version $(CODE_VERSION)"; exit 2; \
else true; fi
2to3:
2to3 $(PY_FILES)