fix awesome-version-internal define

This commit is contained in:
Julien Danjou 2008-02-27 09:09:38 +01:00
parent 11b0982a58
commit 3ccf163357
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ CLEANFILES += $(A_V).h
BUILT_SOURCES += $(A_V).h.stamp
$(A_V).h.stamp:
@current_ver=`$(SHELL) $(top_srcdir)/build-utils/package-version $(top_srcdir) version-stamp`; \
{ echo '#ifndef AWESOME_VERSION_INTERNAL_H'; \
{ echo '#ifndef AWESOME_VERSION_INTERNAL'; \
echo "#define AWESOME_VERSION_INTERNAL \"$${current_ver}\""; \
echo "#endif"; } > "$(A_V).h.new"
@if test -f "$(A_V).h" \