diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:45:09 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:45:09 +0000 |
commit | b7d19ba641183ea01008540cec858f52968f9f34 (patch) | |
tree | 687010cfc71734cda0362d622011aa35affe877e /gprof/Makefile.am | |
parent | d45dc31f55d557026418bf3394fb90cfb034efaa (diff) | |
download | gdb-b7d19ba641183ea01008540cec858f52968f9f34.zip gdb-b7d19ba641183ea01008540cec858f52968f9f34.tar.gz gdb-b7d19ba641183ea01008540cec858f52968f9f34.tar.bz2 |
* Makefile.am: Add ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r-- | gprof/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am index e439b1c..5ebdfe3 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = cygnus +ACLOCAL_AMFLAGS = -I .. SUFFIXES = .m |