Skip to content

Commit

Permalink
antimake: follow symlinks when searching extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Apr 2, 2013
1 parent 36e0ec5 commit 1a5be87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/antimake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ AM_FLAGS += real
## Launch target hooks
##

amdir = $(dir $(filter %/antimake.mk antimake.mk,$(MAKEFILE_LIST)))
amdir = $(dir $(realpath $(filter %/antimake.mk antimake.mk,$(MAKEFILE_LIST))))

# 1-feat name
FeatFile = $(call JoinPath,$(amdir),amext-$(1).mk)
Expand Down

0 comments on commit 1a5be87

Please sign in to comment.