diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-27 19:10:45 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-27 19:10:45 -0400 |
commit | 7da2f4c04a4ef39d1eee541b71cbc4f9c10dfa3b (patch) | |
tree | b00dcc70d3239d07a231850817f29abb846d73d4 | |
parent | 37ef1295bf8885876df8de989569a2233f97583f (diff) |
fix mistake in am_pathv1/master
-rw-r--r-- | automake.head.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automake.head.mk b/automake.head.mk index 37d3b07..431f14d 100644 --- a/automake.head.mk +++ b/automake.head.mk @@ -24,7 +24,7 @@ _am_relto = $(call _am_noslash,$(call _am_relto_helper,$(call _am_noslash,$(absp # Note that _am_is_subdir says that a directory is a subdirectory of # itself. _am_path = $(call _am_relto,.,$1) -am_path = $(foreach p,$1,$(call _am_relto,$p)) +am_path = $(foreach p,$1,$(call _am_relto,.,$p)) ## Declare the default target all: build |