summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-12-14 06:58:48 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-14 06:58:48 -0600
commite2f928df533d71609c57f47056f9ad040e15932f (patch)
tree2e33c1811d985b6dc155f05dc727f3dd91ee122c
parent25f2614584e73430f1c1ab413228eba20094489a (diff)
parentcc1e2158122b5a4d0f880fc7b83e0858196dfaeb (diff)
Merge "menuselect: Tweak check for recently run configure." into 15
-rw-r--r--menuselect/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/menuselect/Makefile b/menuselect/Makefile
index 96c574eb8..c6a6facb6 100644
--- a/menuselect/Makefile
+++ b/menuselect/Makefile
@@ -64,7 +64,10 @@ all: $(ALL_TGTS)
$(OBJS) $(C_OBJS) $(N_OBJS) $(G_OBJS) $(M_OBJS): autoconfig.h menuselect.h
-makeopts autoconfig.h: autoconfig.h.in makeopts.in
+makeopts: makeopts.in
+autoconfig.h: autoconfig.h.in
+
+makeopts autoconfig.h:
@./configure $(CONFIGURE_SILENT)
@echo "****"
@echo "**** The configure script was just executed, so 'make' needs to be"