antimake: use JoinPath when calculating feat file name
authorMarko Kreen <[email protected]>
Sat, 16 Jun 2012 12:26:44 +0000 (15:26 +0300)
committerMarko Kreen <[email protected]>
Sat, 5 Jan 2013 13:07:47 +0000 (15:07 +0200)
mk/antimake.mk

index 0daebd99ed0cc7ed9e1f6a57fd7b7fbd225f103c..27612d28122774b5604796ec80936b8d7adc2e5b 100755 (executable)
@@ -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