diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-11-29 17:35:10 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-11-29 17:35:10 +0000 |
commit | 63cc85ab15e4fe3ac4cc697e7d3e2e8b22cd9579 (patch) | |
tree | 5a703ed16af708d9bce0d89a0eceb5a44b697205 | |
parent | fac0b13da644a9bbc51edeef325f0e3423ba8c97 (diff) | |
download | mig-63cc85ab15e4fe3ac4cc697e7d3e2e8b22cd9579.tar.gz mig-63cc85ab15e4fe3ac4cc697e7d3e2e8b22cd9579.tar.bz2 mig-63cc85ab15e4fe3ac4cc697e7d3e2e8b22cd9579.zip |
2006-11-29 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.am | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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] |