Merge "menuselect: Fix check for running configure." into 13

certified/13.21
George Joseph 8 years ago committed by Gerrit Code Review
commit 712450c78a

@ -64,10 +64,7 @@ all: $(ALL_TGTS)
$(OBJS) $(C_OBJS) $(N_OBJS) $(G_OBJS) $(M_OBJS): autoconfig.h menuselect.h
makeopts: makeopts.in
autoconfig.h: autoconfig.h.in
makeopts autoconfig.h:
makeopts: configure
@./configure $(CONFIGURE_SILENT)
@echo "****"
@echo "**** The configure script was just executed, so 'make' needs to be"

@ -61,9 +61,7 @@ AH_TOP(
#endif
)
AH_BOTTOM(
#endif
)
AH_BOTTOM([#endif])
# Checks for programs.
AC_PROG_CC

Loading…
Cancel
Save