1.0.42.21: grab-bag of Solaris related fixes
[sbcl.git] / doc / manual / Makefile
index 0bce9a5..ea63f38 100644 (file)
@@ -97,7 +97,7 @@ info: $(INFOFILES)
 CONTRIB_FASLS=$(shell find $(shell echo $(MODULES) | sed "s|:|$(CONTRIBDIR)|g") -name '*.fasl')
 docstrings: $(CONTRIB_FASLS) tempfiles-stamp
        for module in $(shell echo $(MODULES)); do \
-               test -e $(CONTRIBDIR)/$${module#:}/test-passed \
+               test -f $(CONTRIBDIR)/`echo $$module | tr -d :`/test-passed \
                || { echo "The documented contrib $$module seems \
                            to have failed its tests." && exit 1; } \
        done