Makefile: fix cp version for armsrc

This commit is contained in:
Philippe Teuwen
2020-05-22 13:34:43 +02:00
parent 5dc1b6cc6f
commit f30ccd0f51
3 changed files with 3 additions and 3 deletions

View File

@@ -430,7 +430,7 @@ zlib:
# version.c should be remade on every compilation
src/version.c: default_version.c
$(info [=] GEN $@)
$(Q)$(SH) ../tools/mkversion.sh > $@ || $(PERL) ../tools/mkversion.pl > $@ || $(CP) $^ $@
$(Q)$(SH) ../tools/mkversion.sh > $@ || $(PERL) ../tools/mkversion.pl > $@ || $(CP) $< $@
# easy printing of MAKE VARIABLES
print-%: ; @echo $* = $($*)