diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:09:12 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:18:07 +0100 |
commit | 5938652c288848f2335668eff178d77b97748d99 (patch) | |
tree | eaea2e7d217f36f8ab905ece8a89a4c214a9e159 /Makefile | |
parent | add AUR package files (diff) | |
download | cmake-common-5938652c288848f2335668eff178d77b97748d99.tar.gz cmake-common-5938652c288848f2335668eff178d77b97748d99.zip |
Makefile: remove the useless this_dir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |