changeset 1676:628c9dcd081d

[project @ 1995-12-28 05:26:15 by jwe]
author jwe
date Thu, 28 Dec 1995 05:26:15 +0000
parents b66e40443b56
children ef7f804cb722
files libcruft/Makerules.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/Makerules.in	Thu Dec 28 04:35:27 1995 +0000
+++ b/libcruft/Makerules.in	Thu Dec 28 05:26:15 1995 +0000
@@ -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