Commit 5690d33f by Richard Stallman

(xforward): Add `else true;' for Ultrix 4.2 make.

From-SVN: r4297
parent 461c2c6c
......@@ -81,7 +81,7 @@ sendmsg.o: sendmsg.c fflags
xforward: xforward.c
-$(GCC_FOR_TARGET) -c $(GCC_CFLAGS) $(SUBDIR_INCLUDES) $(srcdir)/objc/xforward.c
-$(GCC_FOR_TARGET) ./xforward.o -o xforward
if [ ! -f ./xforward ]; then touch ./xforward; fi
if [ ! -f ./xforward ]; then touch ./xforward; else true; fi
fflags: xforward
-rm -f fflags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment