diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index a1b89af..6e25967 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -7,6 +7,8 @@ # ##===----------------------------------------------------------------------===## +ifndef NO_RUNTIME_LIBS + LEVEL = .. include $(LEVEL)/Makefile.config @@ -22,3 +24,4 @@ include $(LEVEL)/Makefile.common install:: +endif |