summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.ssl5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl
index caf0b7ea3d..23e767c841 100644
--- a/tools/Makefile.ssl
+++ b/tools/Makefile.ssl
@@ -31,8 +31,7 @@ files:
perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
links:
- /bin/rm -f Makefile
- $(TOP)/util/point.sh Makefile.ssl Makefile ;
+ @$(TOP)/util/point.sh Makefile.ssl Makefile
lint:
@@ -47,7 +46,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
errors: