Package: ample
Version: 0.5.7-4
Severity: normal
When building ample and compilation fails for some reason, then make
ignores that and the package is built nevertheless, even if the binary
hasn't been built.
Makefile.in says:
all:
@for i in $(SUBDIRS); do \
echo "Making all in $$i ..."; \
cd $$i; $(MAKE) $(MDEFS) all; \
cd ..; \
done
so errors from subdir make are ignored. In the for body ";" should be
replaced with "&&" to fix that.
Martin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]