diff options
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 6b3b95b7d7..1e10451425 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -20,8 +20,8 @@ ifeq ($(ARCH), Sparc) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif -include $(LEVEL)/Makefile.common - endif +include $(LEVEL)/Makefile.common + install:: |