summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hieronymus/ChangeLog6
-rw-r--r--hieronymus/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/hieronymus/ChangeLog b/hieronymus/ChangeLog
index f2a2849..b60c370 100644
--- a/hieronymus/ChangeLog
+++ b/hieronymus/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-29 Neal H. Walfield <neal@gnu.org>
+
+ * Makefile.am (modules.h): Add an empty string after the command
+ line removing the requirement that a module have a command line
+ variable.
+
2008-05-21 Neal H. Walfield <neal@gnu.org>
* Makefile.am (modules.h): When generating variable names, replace
diff --git a/hieronymus/Makefile.am b/hieronymus/Makefile.am
index a2f4ab7..6763733 100644
--- a/hieronymus/Makefile.am
+++ b/hieronymus/Makefile.am
@@ -49,7 +49,7 @@ modules.h: $(addsuffix .S, $(files)) Makefile
STRINGIFY ( $(firstword $(subst !, ,$(module))) ), \
$(wordlist 2, 2, $(subst !, ,$(module))), \
$(wordlist 3, 3, $(subst !, ,$(module))), \
- $($(firstword $(subst !, ,$(module)))_commandline), \
+ $($(firstword $(subst !, ,$(module)))_commandline) "",\
&$(firstword $(subst !, ,$(module)))_start, \
&$(firstword $(subst !, ,$(module)))_end \
}, \