X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=Makefile;h=62dc58a5e3049754b0d58fa1c0d8ae96ad0a6462;hp=068d3e5afa7448602d454eb8c9acf800b383ab04;hb=da7857367944c983abf98f956241dcc614b2f453;hpb=0ef1539b6f680ba09c88be5bb94a821fd2599931 diff --git a/Makefile b/Makefile index 068d3e5..62dc58a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Config -VERSION = 1.3.4 +VERSION = 1.3.5pre1 # Debug mode (spam/verbose) DEBUG = 0 # make install vars @@ -114,6 +114,10 @@ elfextract: mkofboot: ln -sf ybin ybin/mkofboot + @if [ $$(grep '^VERSION=' ybin/ybin | cut -f2 -d=) != ${VERSION} ] ; then \ + echo "ybin/ybin: warning: VERSION mismatch"; \ + false; \ + fi %.o: %.c $(CC) $(YBCFLAGS) -c -o $@ $<