From 687695d0db37e58c606041e89a29a8c4d22db60f Mon Sep 17 00:00:00 2001 From: Serge Vakulenko Date: Thu, 23 Oct 2014 19:08:11 -0700 Subject: [PATCH] Fixed missing .profile at top level. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 109019f..2271c99 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ TARGETNAME = $(shell basename $(TARGET)) TOPSRC = $(shell pwd) CONFIG = $(TOPSRC)/tools/configsys/config -all: +all: .profile $(MAKE) -C tools $(MAKE) -C lib $(MAKE) -C src install