Skip to content

Commit

Permalink
Merge pull request #1738 from stapelberg/typo
Browse files Browse the repository at this point in the history
fix typo: NEEDS_CONFIG
  • Loading branch information
arr2036 authored Sep 17, 2016
2 parents 74c06c8 + f72b331 commit d17d160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ EXT_MODULES := $(subst ${top_srcdir}/,,$(wildcard ${top_srcdir}/src/modules/*_ex
#
ifeq "$(CONFIGURE_ARGS)" ""
NEEDS_CONFIG := $(patsubst %.in,%,$(foreach file,$(SUBMAKEFILES),$(wildcard $(file).in)))
SUBMAKEFILES := $(sort $(SUBMAKEFILES) $(NEED_CONFIG))
SUBMAKEFILES := $(sort $(SUBMAKEFILES) $(NEEDS_CONFIG))
endif

0 comments on commit d17d160

Please sign in to comment.