From cd0841b84009cbf8f39ee65ffb3301cf8d896378 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 8 Aug 2012 10:20:33 +0800 Subject: [PATCH] Usermode/axwin3 - (minor) Fixed install creating an empty directory --- Usermode/Applications/axwin3_src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usermode/Applications/axwin3_src/Makefile b/Usermode/Applications/axwin3_src/Makefile index 33fa9741..592f46b0 100644 --- a/Usermode/Applications/axwin3_src/Makefile +++ b/Usermode/Applications/axwin3_src/Makefile @@ -14,7 +14,7 @@ all: install: @$(xMKDIR) $(DISTROOT)/Apps ; true @$(xMKDIR) $(DISTROOT)/Apps/AxWin ; true - @$(xMKDIR) $(DISTROOT)/Apps/3.0 ; true + @$(xMKDIR) $(DISTROOT)/Apps/AxWin/3.0 ; true @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true @$(foreach FILE,$(FILES), $(xCP) $(FILE:-%=%) $(DISTROOT)/Apps/AxWin/3.0/$(FILE:-%=%) &&) true -- 2.20.1