From 5938652c288848f2335668eff178d77b97748d99 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 8 Jan 2023 16:09:12 +0100 Subject: Makefile: remove the useless this_dir --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08c7500..cef2581 100644 --- a/Makefile +++ b/Makefile @@ -22,14 +22,12 @@ endef PKG_NAME := cmake-common -this_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) - .PHONY: all 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