From 3aa6fab06af6592d10b69acd6e7951eff789b708 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Sat, 16 Jun 2012 15:26:44 +0300 Subject: [PATCH] antimake: use JoinPath when calculating feat file name --- mk/antimake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/antimake.mk b/mk/antimake.mk index 0daebd9..27612d2 100755 --- a/mk/antimake.mk +++ b/mk/antimake.mk @@ -1195,7 +1195,7 @@ AM_FLAGS += real amdir = $(dir $(realpath $(filter %/antimake.mk antimake.mk,$(MAKEFILE_LIST)))) # 1-feat name -FeatFile = $(amdir)/amext-$(1).mk +FeatFile = $(call JoinPath,$(amdir),amext-$(1).mk) # 1- fname -- 2.39.5