Skip to content
Snippets Groups Projects
Commit 9d9ec488 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

may now work

Rev: src/Makefile.in:1.94
parent 116a237f
No related branches found
No related tags found
No related merge requests found
#
# $Id: Makefile.in,v 1.93 1998/05/27 22:55:18 hubbe Exp $
# $Id: Makefile.in,v 1.94 1998/05/28 04:24:18 hubbe Exp $
#
# This line is needed on some machines.
......@@ -351,7 +351,7 @@ lib: $(LIBDIR_SRC)/master.pike.in Makefile
done
@if [ -d share/. ]; then : ; else \
echo "Creating symlink ./share"; \
if [ "x`ls share 2>&1`" = "x" ]; then \
if [ "x`ls share 2>&1 || :`" = "x" ]; then \
echo "Renaming share to share.old"; \
mv share share.old || exit 1; \
else : ; fi; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment