Remove target getting in the way of config.status and causing compilation
authormiod <miod@openbsd.org>
Fri, 24 May 2024 16:44:12 +0000 (16:44 +0000)
committermiod <miod@openbsd.org>
Fri, 24 May 2024 16:44:12 +0000 (16:44 +0000)
failure when using make -j; this used to be hidden because of the objective-C
generated files, which are no longer built. No change for regular make.

gnu/usr.bin/gcc/gcc/Makefile.in

index 3beb6c4..3c3fa41 100644 (file)
@@ -861,14 +861,6 @@ LIB2_DIVMOD_FUNCS = _divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
 # End of language makefile fragments.
 #\f
 
-Makefile: $(srcdir)/Makefile.in config.status $(srcdir)/version.c \
-   $(xmake_file) $(tmake_file) $(LANG_MAKEFILES)
-       $(SHELL) $(srcdir)/configure.frag $(srcdir) "$(SUBDIRS)" \
-               "$(xmake_file)" "$(tmake_file)"
-       cp config.status config.run
-       LANGUAGES="$(CONFIG_LANGUAGES)" $(SHELL) config.run
-       rm -f config.run
-
 config.h: cs-config.h ; @true
 hconfig.h: cs-hconfig.h ; @true
 tconfig.h: cs-tconfig.h ; @true