summaryrefslogtreecommitdiff
path: root/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile
blob: db6f954c0c92f65b6078d24f3edaf50fbe36b83d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2025-11-17 05:11:42 UTC
+++ Makefile
@@ -44,7 +44,7 @@ all: build
 all: build
 
 .PHONY: build
-build: tmp/libparser
+build:
 	$Q $(GO) build $(if $V,-v) $(VERSION_FLAGS) -o bin/gitlab-elasticsearch-indexer .
 
 install: build