diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-15 17:52:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-15 17:52:10 +0000 |
commit | e323446678da47923fa01094c9f5b5161b9eddd8 (patch) | |
tree | d844e83f5df951413e54e4fc49485188e94465b2 /distrib/notes/m4.common | |
parent | 4343e7c5e74db0c7e5a111827f4625f4ea9b894a (diff) |
Zaurus tweaks.
Diffstat (limited to 'distrib/notes/m4.common')
-rw-r--r-- | distrib/notes/m4.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 3360fa1ff6b..ff91468ed92 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.63 2004/08/26 20:08:35 miod Exp $ +dnl $OpenBSD: m4.common,v 1.64 2005/01/15 17:52:07 miod Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -30,6 +30,7 @@ MACHINE,mvme88k,m88k, MACHINE,mvmeppc,powerpc, MACHINE,sgi,mips64, MACHINE,sun3,m68k, +MACHINE,zaurus,arm, MACHINE)')dnl dnl simulate an include path with a macro 'includeit'. define(`includeit',`sinclude('INCLUDE/`$1)sinclude('INCLUDE/../`$1)')dnl |