diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-08 17:00:31 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-08 17:00:31 +0000 |
commit | c65abf7d81bb839665e0a93c58cca79e5c69cd7d (patch) | |
tree | cb55ebf0ee7f4c1c047a2f3d494ba9f3af6a18cc | |
parent | 8676632feef48dc8e935c3c2bed1ef1fa70253ff (diff) | |
download | gcc-5-c65abf7d81bb839665e0a93c58cca79e5c69cd7d.tar.gz |
- don't call genfixes in fixincludes anymore
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7874 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/rules.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules.patch b/debian/rules.patch index ef07a54..e55ac69 100644 --- a/debian/rules.patch +++ b/debian/rules.patch @@ -343,7 +343,8 @@ endif if ! test -f stamps/autotools_files ; then touch stamps/autotools_files ; fi - cd $(srcdir)/fixincludes && ./genfixes + : # only needed when we have changes, and currently fails with autogen 5.18 + #cd $(srcdir)/fixincludes && ./genfixes for f in $(autotools_files) ; \ do case $$f in \ |