Excellent work catching this!  I just pushed it as a new bugfix.  

On Thu, Feb 28, 2013 at 1:29 PM, Kenneth Stailey <kstailey.lists@gmail.com> wrote:
Makefile:67: *** unterminated variable reference.  Stop.

Even in comments you must terminate variable references.

Fix:

]$ git diff
diff --git a/Makefile b/Makefile
index d2e5e59..3a0f190 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ zipfile:
        #        to cd into $(RPM_TMPDIR)
        cp RHEL6/output/ssg-* $(RPM_TOPDIR)/ZIP/
        cp JBossEAP5/eap5-* $(RPM_TOPDIR)/ZIP/
-       # Originally attempted to `cd $(RPM_TOPDIR/ZIP` and
+       # Originally attempted to `cd $(RPM_TOPDIR)/ZIP` and
        # make the zip from there, however it still placed it
        # at working directory. Should look into this sometime
        #
_______________________________________________
scap-security-guide mailing list
scap-security-guide@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide