X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2FMakefile;h=592f46b0ee3e7ae69a34a6d829816a8e97b9acc4;hb=8c20de5e4ec260d9a7ee6d737b7601fba1c871c0;hp=33fa974130077c248cb007efd649a12de2ce86cf;hpb=e56e258bdc6345e33454ddb127b2d87c536a0f39;p=tpg%2Facess2.git 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