# HG changeset patch # User jwe # Date 820128375 0 # Node ID 628c9dcd081dfd6d9a46124bfe6540b87458139f # Parent b66e40443b568d07fd434f79b08f98701b0adbbe [project @ 1995-12-28 05:26:15 by jwe] diff --git a/libcruft/Makerules.in b/libcruft/Makerules.in --- a/libcruft/Makerules.in +++ b/libcruft/Makerules.in @@ -23,7 +23,7 @@ .PHONY: all stamp-picdir: - if $(SHARED_LIBS); then \ + if [ -n $(FPICFLAG) ]; then \ if [ -d pic ]; then true; else mkdir pic ; fi ; \ else true; fi touch stamp-picdir