X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/a9b5f3acb3c97fa31321e31960b9c4a61c209673..ab86eb73edf54668e619f000a0029cd364be96cb:/Makefile diff --git a/Makefile b/Makefile index 233782e..85191b3 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ bti: %: $(HEADERS) $(GEN_HEADERS) $(CORE_OBJS) $(Q) $(CC) -c $(CFLAGS) $< -o $@ -bti_version.h: +bti_version.h: Makefile $(E) " GENHDR " $@ $(Q) echo "/* Generated by make. */" > $@ $(Q) echo \#define BTI_VERSION \"$(VERSION)\" >> $@