Skip to content
Snippets Groups Projects
Commit 48f66c25 authored by rswindell's avatar rswindell
Browse files

Changed 'rm -fv' to 'rm -f -v' for FreeBSD compatibility.

parent f4e0967a
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ endif
LIBODIR := $(CCPRE).$(os).lib
EXEODIR := $(CCPRE).$(os).exe
DELETE = rm -fv
DELETE = rm -f -v
CFLAGS += -DJAVASCRIPT -I../mozilla/js/src -I$(XPDEV) -I$(UIFC)
......
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