Skip to content

Commit

Permalink
src/Makefile: correcting tabulation to fix verbose build (#153)
Browse files Browse the repository at this point in the history
Thanks for your contribution
  • Loading branch information
ia committed Dec 29, 2023
1 parent 18639e4 commit 4fabdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ FORCE:
ifeq ($(USE_VERBOSE_COMPILE),yes)
echo Creating ./common/hydrafw_version.hdr
-rm -f $(OBJDIR)/common.o
$(PYTHON) build-scripts/hydrafw-version.py ./common/hydrafw_version.hdr
$(PYTHON) build-scripts/hydrafw-version.py ./common/hydrafw_version.hdr
else
@echo Creating ./common/hydrafw_version.hdr
@rm -f $(OBJDIR)/common.o
Expand Down

0 comments on commit 4fabdb7

Please sign in to comment.