Updated Spanish translations.
[deliverable/binutils-gdb.git] / gprof / Makefile.am
index 3f41b5133d150b91f297a1a9fd994441108b25e4..a69d06a309dac7433fac0a321c48b819c9a3d435 100644 (file)
@@ -16,7 +16,7 @@ WARN_CFLAGS = @WARN_CFLAGS@
 NO_WERROR = @NO_WERROR@
 AM_CFLAGS = $(WARN_CFLAGS)
 
-INCLUDES = -DDEBUG -I../bfd -I$(srcdir)/../include \
+AM_CPPFLAGS = -DDEBUG -I../bfd -I$(srcdir)/../include \
        -I$(srcdir)/../bfd @INCINTL@ -I. \
        -DLOCALEDIR="\"$(datadir)/locale\""
 
@@ -41,6 +41,10 @@ EXTRA_DIST    = $(BUILT_SOURCES) bbconv.pl $(man_MANS)
 
 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
+
 # This empty rule is a hack against gmake patched by Apple.
 %.o:%.m
 
This page took 0.023304 seconds and 4 git commands to generate.