commit 1a62fb20129b14f8288136b7c2d5e74a14c15d1b
parent 058bb86d18d13ddc95edff5ce1caf852a71b8584
Author: vaplv <vaplv@free.fr>
Date: Wed, 5 Jul 2023 11:28:06 +0200
Clean-up the install target
Suppress the creation of install directories because the install
function of the make.sh script already creates them.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
@@ -77,10 +77,6 @@ aw-local.pc: aw.pc.in
aw.pc.in > $@
install: build_library pkg
- mkdir -p $(DESTDIR)$(PREFIX)/lib
- mkdir -p $(DESTDIR)$(PREFIX)/lib/pkgconfig
- mkdir -p $(DESTDIR)$(PREFIX)/include/
- mkdir -p $(DESTDIR)$(PREFIX)/share/doc/aw
@$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/lib" $(LIBNAME)
@$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/lib/pkgconfig" aw.pc
@$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/include" src/aw.h