diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-06 23:08:00 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-06 23:08:00 +0000 |
commit | 7acccac366100af7679430e540a530d638c12a9f (patch) | |
tree | 15a6dad27afd2c41b2b463c8cf97719056b86a13 /util | |
parent | ad3f384d6d95a50dcf99ef6c395499fcdf0ceec6 (diff) |
Don't build utils if inb and friends aren't available
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index f6ab8de..c822625 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,5 +1,7 @@ # these are not even built in the monolith, so don't install them +if BUILD_UTILS noinst_PROGRAMS = dRegs mRegs modClock memClock +endif dRegs_SOURCES = dRegs.c AsmMacros.h mRegs_SOURCES = mRegs.c AsmMacros.h |