tags 321057 + patch thanks The file elmo.inc gets deleted during make distclean but is not recreated before elmo.c is compiled which includes elmo.inc. The attached patch adds an implicit dependency of elmo.c to elmo.c to the Makefiles. This ensures that elmo.inc has been created before elmo.c is compiled. As this is not an Debian specific problem please consider to send the patch upstream.
Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff -ur elmo-1.3.0.orig/src/Makefile.am elmo-1.3.0/src/Makefile.am --- elmo-1.3.0.orig/src/Makefile.am 2005-12-12 09:18:23.000000000 +0100 +++ elmo-1.3.0/src/Makefile.am 2005-12-12 09:22:45.000000000 +0100 @@ -90,6 +90,8 @@ compose.c: compose.l $(SHELL) $(YLWRAP) $< lex.cm.c $@ -- $(LEX) -Pcm -s -p +elmo.c: elmo.inc + full-clean: clean rm -f *~ debug.log xmalloc.log core* confread.c mlex.c compose.c \ exec_table.t $(PLIKI_INC) diff -ur elmo-1.3.0.orig/src/Makefile.in elmo-1.3.0/src/Makefile.in --- elmo-1.3.0.orig/src/Makefile.in 2005-12-12 09:18:23.000000000 +0100 +++ elmo-1.3.0/src/Makefile.in 2005-12-12 09:22:31.000000000 +0100 @@ -740,6 +740,8 @@ compose.c: compose.l $(SHELL) $(YLWRAP) $< lex.cm.c $@ -- $(LEX) -Pcm -s -p +elmo.c: elmo.inc + full-clean: clean rm -f *~ debug.log xmalloc.log core* confread.c mlex.c compose.c \ exec_table.t $(PLIKI_INC)
signature.asc
Description: OpenPGP digital signature