Usermode/AxWin3 - Clean up unneeded (and silly) log message
[tpg/acess2.git] / Usermode / Applications / axwin3_src / Makefile
index 33fa974..592f46b 100644 (file)
@@ -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
 

UCC git Repository :: git.ucc.asn.au