summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2024-05-24 16:44:13 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2024-05-24 16:44:13 +0000
commit1fdce61c467ca40f248f18da1b2e064f7abe5858 (patch)
treee9307a14d3d3eab74550e6acfe02f35d443477be /gnu/usr.bin
parent844f9b57a689e649a5960f299029895586034cf9 (diff)
Remove target getting in the way of config.status and causing compilation
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.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gcc/gcc/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/usr.bin/gcc/gcc/Makefile.in b/gnu/usr.bin/gcc/gcc/Makefile.in
index 3beb6c43d51..3c3fa414e0e 100644
--- a/gnu/usr.bin/gcc/gcc/Makefile.in
+++ b/gnu/usr.bin/gcc/gcc/Makefile.in
@@ -861,14 +861,6 @@ LIB2_DIVMOD_FUNCS = _divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
# End of language makefile fragments.
#
-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