From 8d2bcae65a225cee92e4eb8b425114563526d018 Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 13 Nov 2021 20:45:05 -0800 Subject: [PATCH] build: Depend on all for install --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c9d8b6d..966da1d 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,6 @@ endif MOREFLAGS := $(CFLAGS_$(TARGET)) - DIVSUF := libdivsufsort-2.0.1 SOURCES += $(DIVSUF)/lib/divsufsort.c $(DIVSUF)/lib/sssort.c $(DIVSUF)/lib/trsort.c MOREFLAGS += -I$(DIVSUF)/include -DHAVE_CONFIG_H -D__STDC_FORMAT_MACROS @@ -94,7 +93,7 @@ ifeq ($(CFLAGS),-g) endif ifeq ($(TARGET),gtk) -install: +install: all mkdir -p $(DESTDIR)$(PREFIX)/bin mkdir -p $(DESTDIR)$(PREFIX)/share/applications mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps