From 08b3ef7c417b635b4a85de657cb9ef97c137b1b6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 8 Jan 2023 16:24:58 +0100 Subject: Makefile: remove the useless this_dir --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1bb365d..466ba84 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,6 @@ endef PKG_NAME := config-links -this_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) - .PHONY: DO DO: @@ -32,7 +30,7 @@ all: package .PHONY: package package: - makepkg --clean --cleanbuild --force --syncdeps && makepkg --printsrcinfo > '$(call escape,$(this_dir))/.SRCINFO' + makepkg --clean --cleanbuild --force --syncdeps && makepkg --printsrcinfo > .SRCINFO .PHONY: commit commit: -- cgit v1.2.3