changeset 1675:b66e40443b56

[project @ 1995-12-28 04:35:27 by jwe]
author jwe
date Thu, 28 Dec 1995 04:35:27 +0000
parents c4649e82dbb4
children 628c9dcd081d
files libcruft/Makerules.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/Makerules.in	Wed Dec 27 23:47:44 1995 +0000
+++ b/libcruft/Makerules.in	Thu Dec 28 04:35:27 1995 +0000
@@ -23,7 +23,7 @@
 .PHONY: all
 
 stamp-picdir:
-	if [ -n "$(FPICFLAG)" ] || [ -n "$(CPICFLAG)" ] || [ -n "$(CXXPICFLAG)" ]; then \
+	if $(SHARED_LIBS); then \
 	  if [ -d pic ]; then true; else mkdir pic ; fi ; \
 	else true; fi
 	touch stamp-picdir