Usermode/AxWin3 - Fixed bug with underlined items in menus
[tpg/acess2.git] / Usermode / Applications / axwin3_src / Makefile
index caa174d..33fa974 100644 (file)
@@ -16,7 +16,7 @@ install:
        @$(xMKDIR) $(DISTROOT)/Apps/AxWin ; true
        @$(xMKDIR) $(DISTROOT)/Apps/3.0 ; true
        @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
-       @$(foreach FILE,$(FILES), $(SUBMAKE) $FILE;) true
+       @$(foreach FILE,$(FILES), $(xCP) $(FILE:-%=%) $(DISTROOT)/Apps/AxWin/3.0/$(FILE:-%=%) &&) true
 
 clean:
        @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ &&) true

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