From 6abd1c366b809c7ad4e2fc850b72d2e7a2f247aa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:33:45 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec8d3a4..3342b2f 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,7 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. - -# The package path prefix, if you want to install to another root, set DESTDIR to that root +# The package path prefix; if you want to install to another root, set DESTDIR to that root PREFIX = /usr # The command path excluding prefix BIN = /bin @@ -102,7 +101,7 @@ bin/%.ps: doc/info/%.texinfo doc/info/fdl.texinfo .PHONY: install install: install-base install-info install-man -.PHONY: install +.PHONY: install-all install-all: install-base install-doc # Install base rules @@ -177,7 +176,6 @@ uninstall: # Clean rules -.PHONY: all +.PHONY: clean clean: -rm -r bin obj - -- cgit v1.2.3-70-g09d2