mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Added -f to rm
SVN revision: 1357
This commit is contained in:
parent
de7538f3b9
commit
b4d26d144c
4
Makefile
4
Makefile
@ -23,14 +23,14 @@ MANDIR = /usr/local/man
|
|||||||
MXMLDIR = ../mxml
|
MXMLDIR = ../mxml
|
||||||
|
|
||||||
INSTALL = /usr/bin/install
|
INSTALL = /usr/bin/install
|
||||||
RM = /bin/rm
|
RM = /bin/rm -f
|
||||||
|
|
||||||
ifeq ($(OSTYPE),solaris)
|
ifeq ($(OSTYPE),solaris)
|
||||||
CC = gcc
|
CC = gcc
|
||||||
LIBS += -lsocket -lnsl
|
LIBS += -lsocket -lnsl
|
||||||
CFLAGS =
|
CFLAGS =
|
||||||
INSTALL = /usr/ucb/install
|
INSTALL = /usr/ucb/install
|
||||||
RM = /usr/bin/rm
|
RM = /usr/bin/rm -f
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OSTYPE),darwin)
|
ifeq ($(OSTYPE),darwin)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user