diff options
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r-- | gprof/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am index 1db6951..2daefac 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -60,7 +60,8 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS) # We extract version from bfd/configure.in, make sure to rerun configure # when BFD's version changes. -CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in +CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in \ + $(BFDDIR)/development.sh # This empty rule is a hack against gmake patched by Apple. %.o:%.m |