diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-10-27 19:31:51 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-10-27 19:31:51 +0000 |
commit | 4febda8c663fdfabde2543a8e518f7d4cc8acde4 (patch) | |
tree | d749532201dbff3a5f1c2c4fed98ac468c039012 /gnu/egcs | |
parent | 6bab74f90a02af67f8ca7ebea295ec77a0eb2400 (diff) |
disable dependency that would run autoheader with better makes.
okay kettenis@, miod@, otto@
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/Makefile.in b/gnu/egcs/gcc/Makefile.in index 37f89a8d60b..17da6d528fa 100644 --- a/gnu/egcs/gcc/Makefile.in +++ b/gnu/egcs/gcc/Makefile.in @@ -817,7 +817,7 @@ $(srcdir)/configure: $(srcdir)/configure.in # "echo timestamp" is used instead of touch to be consistent with other # packages that use autoconf (??? perhaps also to avoid problems with patch?). # ??? Newer versions have a maintainer mode that may be useful here. -$(srcdir)/config.in: $(srcdir)/cstamp-h.in +#$(srcdir)/config.in: $(srcdir)/cstamp-h.in $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h cd $(srcdir) && autoheader @rm -f $(srcdir)/cstamp-h.in |