summaryrefslogtreecommitdiffstats
path: root/makefile.one
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-06 12:32:06 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-06 12:32:06 +0000
commitbb8f3c58794868c65b9ac45f11c27d3a104e279e (patch)
tree9abcf3090fbaf08ba741ec31bb479207c58296bc /makefile.one
parent988788f697768524f1856d22abb8db340be646d5 (diff)
General source tree makefile cleanups: Made `making xxx in yyy...' display
consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
Diffstat (limited to 'makefile.one')
-rw-r--r--makefile.one4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.one b/makefile.one
index 896e4bc691..7aca31d1e0 100644
--- a/makefile.one
+++ b/makefile.one
@@ -58,8 +58,8 @@ TMP_D=tmp
# The output directory for the header files
INC_D=outinc
-CP=/bin/cp
-RM=/bin/rm -f
+CP=cp
+RM=rm -f
RANLIB=$(SRC_D)/util/ranlib.sh
MKDIR=mkdir
MKLIB=ar r