From b4d26d144c7c857e242a25cb8b29724500fd7b17 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 10 May 2005 06:32:31 +0000 Subject: [PATCH] Added -f to rm SVN revision: 1357 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 81cddb77..889450d4 100644 --- a/Makefile +++ b/Makefile @@ -23,14 +23,14 @@ MANDIR = /usr/local/man MXMLDIR = ../mxml INSTALL = /usr/bin/install -RM = /bin/rm +RM = /bin/rm -f ifeq ($(OSTYPE),solaris) CC = gcc LIBS += -lsocket -lnsl CFLAGS = INSTALL = /usr/ucb/install -RM = /usr/bin/rm +RM = /usr/bin/rm -f endif ifeq ($(OSTYPE),darwin)