aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am3
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 030899a..d53623f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-11-29 Thomas Schwinge <tschwinge@gnu.org>
+ * Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
+
* config.guess: Remove file.
* config.sub: Likewise.
* depcomp: Likewise.
diff --git a/Makefile.am b/Makefile.am
index 60afea0..024ecf9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,9 @@ AUTOMAKE_OPTIONS = gnu
libexec_PROGRAMS = migcom
bin_SCRIPTS = mig
+TARGET_CPPFLAGS = @TARGET_CPPFLAGS@
+TARGET_CFLAGS = @TARGET_CFLAGS@
+
EXTRA_DIST = gensym.awk cpu.sym
CLEANFILES = cpu.h *.sym[co]