diff options
author | Doug Rabson <dfr@rabson.org> | 2022-08-11 17:36:38 +0100 |
---|---|---|
committer | Doug Rabson <dfr@rabson.org> | 2022-08-13 07:53:34 +0100 |
commit | 6df0ceb9a2100948f9be7fb722772d9a7f25c081 (patch) | |
tree | c0f47a5d34074d9fe0b94b503a0a241dec404471 /docs/Makefile | |
parent | 2e2d7524a314ecf648cc4504710165c38b3aa1bc (diff) | |
download | podman-6df0ceb9a2100948f9be7fb722772d9a7f25c081.tar.gz podman-6df0ceb9a2100948f9be7fb722772d9a7f25c081.tar.bz2 podman-6df0ceb9a2100948f9be7fb722772d9a7f25c081.zip |
Add default value for $RM
For some reason GNU make doesn't define this on FreeBSD.
[NO NEW TESTS NEEDED]
Signed-off-by: Doug Rabson <dfr@rabson.org>
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index c9192f5e6..4e982e27f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,6 +7,7 @@ SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build SOURCEDIR = source BUILDDIR = build +RM ?= rm # Put it first so that "make" without argument is like "make help". help: |