aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am6
-rw-r--r--src/Makefile.in6
-rw-r--r--src/include/vm.H4
3 files changed, 7 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 78ea4e62..b48aacb8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -89,7 +89,7 @@ all-io: all-utils
all-syntax: all-io
cd syntax && $(MAKE) $(AM_MAKEFLAGS) $@
-all-rt: all-utils
+all-rt: all-utils all-syntax
cd rt && $(MAKE) $(AM_MAKEFLAGS) $@
all-clef: all-lib
@@ -98,7 +98,7 @@ all-clef: all-lib
all-sman: all-lib all-driver
cd sman && $(MAKE) $(AM_MAKEFLAGS) $@
-all-gui: all-driver all-io all-rt all-syntax
+all-gui: all-driver all-io all-rt
cd gui && $(MAKE) $(AM_MAKEFLAGS)
all-hyper: all-lib all-io
@@ -117,7 +117,7 @@ all-lib: stamp-subdirs all-utils
all-lisp: all-lib all-driver
cd lisp && $(MAKE) $(AM_MAKEFLAGS) $@
-all-boot: all-syntax all-lisp
+all-boot: all-rt all-lisp
cd boot && $(MAKE) $(AM_MAKEFLAGS) $@
all-interpsys: all-boot all-hyper-pre all-utils
diff --git a/src/Makefile.in b/src/Makefile.in
index bcea90a4..28aee554 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -757,7 +757,7 @@ all-io: all-utils
all-syntax: all-io
cd syntax && $(MAKE) $(AM_MAKEFLAGS) $@
-all-rt: all-utils
+all-rt: all-utils all-syntax
cd rt && $(MAKE) $(AM_MAKEFLAGS) $@
all-clef: all-lib
@@ -766,7 +766,7 @@ all-clef: all-lib
all-sman: all-lib all-driver
cd sman && $(MAKE) $(AM_MAKEFLAGS) $@
-all-gui: all-driver all-io all-rt all-syntax
+all-gui: all-driver all-io all-rt
cd gui && $(MAKE) $(AM_MAKEFLAGS)
all-hyper: all-lib all-io
@@ -785,7 +785,7 @@ all-lib: stamp-subdirs all-utils
all-lisp: all-lib all-driver
cd lisp && $(MAKE) $(AM_MAKEFLAGS) $@
-all-boot: all-syntax all-lisp
+all-boot: all-rt all-lisp
cd boot && $(MAKE) $(AM_MAKEFLAGS) $@
all-interpsys: all-boot all-hyper-pre all-utils
diff --git a/src/include/vm.H b/src/include/vm.H
index d321835f..3528bf27 100644
--- a/src/include/vm.H
+++ b/src/include/vm.H
@@ -38,10 +38,8 @@
#define OPENAXIOM_VM_included
#include <open-axiom/storage>
-#if HAVE_STDINT_H
-# include <stdint.h>
-#endif
#include <open-axiom/string-pool>
+#include <stdint.h>
#include <utility>
#include <map>
#include <set>