diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-13 18:05:25 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-13 18:05:25 +0000 |
commit | 4fb04cd547d6c744459079b245124d9b558eadfb (patch) | |
tree | a02df5957157828bb3b65057f13b09e85d65ce55 /fastjar/Makefile.am | |
parent | 5db879bc72d15a05ea8db58768afa072b34c2fa3 (diff) | |
download | gcc-4fb04cd547d6c744459079b245124d9b558eadfb.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (AUTOMAKE_OPTIONS): New macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/Makefile.am')
-rw-r--r-- | fastjar/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fastjar/Makefile.am b/fastjar/Makefile.am index 734786bbfde..4e95c444295 100644 --- a/fastjar/Makefile.am +++ b/fastjar/Makefile.am @@ -1,5 +1,8 @@ # Process this with automake to create Makefile.in +## We definitely don't want dependency tracking when using automake 1.4. +AUTOMAKE_OPTIONS = no-dependencies + # Work around what appears to be a GNU make bug handling MAKEFLAGS # values defined in terms of make variables, as is the case for CC and # friends when we are called from the top level Makefile. |