diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a74761b7ab32d..39867024d8cd0 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2214,7 +2214,7 @@ SELFTEST_FLAGS = -nostdinc $(DEVNULL) -S -o $(DEVNULL) \ # s-selftest-. Otherwise, they should define it as empty. SELFTEST_TARGETS = @selftest_languages@ -selftest: $(SELFTEST_TARGETS) +selftest: $(SELFTEST_TARGETS) xgcc$(exeext) # Recompile all the language-independent object files. # This is used only if the user explicitly asks for it.