From 73cb290b8c2cc5b30a40c3ed0df9fc8cdc2253b6 Mon Sep 17 00:00:00 2001 From: Yadd Date: Fri, 8 Nov 2024 04:35:57 +0000 Subject: [PATCH] don't rebuild on install Forwarded: not-needed Last-Update: 2024-01-18 Gbp-Pq: Name dont-rebuild-on-install.patch --- llhttp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llhttp/Makefile b/llhttp/Makefile index f3afeba..329460c 100644 --- a/llhttp/Makefile +++ b/llhttp/Makefile @@ -83,7 +83,7 @@ postversion: release generate: ts-node bin/generate.ts -install: build/libllhttp.a build/libllhttp.so +install: $(INSTALL) -d $(DESTDIR)$(INCLUDEDIR) $(INSTALL) -d $(DESTDIR)$(LIBDIR) $(INSTALL) -C build/llhttp.h $(DESTDIR)$(INCLUDEDIR)/llhttp.h -- 2.30.2