blob: 91e9487f311838663d24e63628c21645ea161154 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Description: don't rebuild on install
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2024-01-18
--- a/llhttp/Makefile
+++ b/llhttp/Makefile
@@ -83,7 +83,7 @@
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
|