Skip to content
Snippets Groups Projects
Commit 331ca4db authored by Mattias Olofsson's avatar Mattias Olofsson
Browse files

Removed -v from flags to rm, not all rm's support it.

parent e8db4f95
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ release:
( cd doc; $(MAKE) release )
clean:
rm -vf *~
rm -f *~
( cd src; ${MAKE} clean )
( cd doc; ${MAKE} clean )
( cd misc; ${MAKE} clean )
......
......@@ -25,7 +25,7 @@
CLIENTVERSION = 0.46-BETA-Q
SHELL = /bin/sh
RM = rm -vf
RM = rm -f
INFODIR = /usr/gnu/info
FTPDIR = /usr/ftp/pub/lyskom/elisp-client
......
......@@ -30,6 +30,6 @@ install:
release:
clean:
rm -vf *~
rm -f *~
distclean: clean
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