diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:24:58 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:24:58 +0100 |
commit | 08b3ef7c417b635b4a85de657cb9ef97c137b1b6 (patch) | |
tree | 5fc4c9c8ab5b06edb4426a7c99270a6dd114496a /Makefile | |
parent | Makefile: remove a stupid recipe (diff) | |
download | config-links-08b3ef7c417b635b4a85de657cb9ef97c137b1b6.tar.gz config-links-08b3ef7c417b635b4a85de657cb9ef97c137b1b6.zip |
Makefile: remove the useless this_dir
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |