Skip to content
Snippets Groups Projects
Commit 7db612e5 authored by rswindell's avatar rswindell
Browse files

Removed -v from the rm command (I guess Solaris doesn't support this?).

parent bb9426d9
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ os := $(shell echo $(os) | tr "[A-Z]" "[a-z]")
ODIR := gcc.$(os)
LIBDIR := /usr/lib
DELETE = rm -f -v
DELETE = rm -f
OUTLIB = -o
CFLAGS += -MMD
......
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