]> git.proxmox.com Git - efi-boot-shim.git/commit
Fix recursive reference for RELEASE
authorLinn Crosetto <linn@hpe.com>
Thu, 17 Sep 2015 20:36:52 +0000 (14:36 -0600)
committerPeter Jones <pjones@redhat.com>
Fri, 18 Sep 2015 18:49:34 +0000 (14:49 -0400)
commite22a7b5b772dba6588dd955dc017e572f7e29784
tree493f2fb2886f166dbaf1e359425a375209099d31
parent16f8f0087a63789d2c9ad92a02b9c10c081a3654
Fix recursive reference for RELEASE

Building 0.9 with GNU Make 4.0 fails with the following error:

Makefile:4: *** Recursive variable 'RELEASE' references itself (eventually).  Stop.

Change RELEASE to simply-expanded.

Signed-off-by: Linn Crosetto <linn@hpe.com>
Makefile