Makefile.in: fix macro syntax in last change
authorKen Raeburn <raeburn@mit.edu>
Thu, 3 Feb 2005 01:06:56 +0000 (01:06 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 3 Feb 2005 01:06:56 +0000 (01:06 +0000)
ticket: 2910
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17084 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/Makefile.in

index 7034a88bd463994144f22312932a9c28ce04ea4d..16b7d5767343ebaaaea571891f5722740b0ea442 100644 (file)
@@ -45,7 +45,7 @@ gssapi.h: gssapi.hin
        (echo "/* This is the gssapi.h prologue. */"; \
        echo "/* It contains some choice pieces of autoconf.h */"; \
        sed -n "/SIZEOF/s//GSS_&/p" < $(BUILDTOP)/include/krb5/autoconf.h; \
-       echo "${include_xom}"; \
+       echo "$(include_xom)"; \
        echo "/* End of gssapi.h prologue. */"; \
        cat $(srcdir)/gssapi.hin )> $$h && \
        (set -x; $(MV) $$h $@) ; e=$$?; $(RM) $$h; exit $$e