K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-08-06T23:06:44.000000Z
K 7
svn:log
V 395
storage/Makefile:
	- From: Christian von Roques <roques@pond.sub.org>
	- storage/Makefile triggers a bug in Ultrix's /bin/sh:  The result of an
	  if x; then y; fi;  is false if x evaluates to false, which makes make
	  abort.  One can tell make to ignore the return-status of the if,
	  insert an empty else-clause, or rewrite the statement.  I changed the
	  if to: [ -d objs ] || mkdir objs;

END
