Overview
Artifact ID: | bc7cb05eaab8842d2cce4ff52651107312d53f0a |
---|---|
Ticket: | 6e23fe110139615d5a6966506e5c4fd8129e1a62
"make install" dosn't create the target directory |
User & Date: | rmax 2012-08-08 12:28:46 |
Changes
- comment changed to:
<verbatim> --- src/main.mk +++ src/main.mk @@ -269,6 +269,7 @@ all: $(OBJDIR) $(APPNAME) install: $(APPNAME) + mkdir -p $(INSTALLDIR) mv $(APPNAME) $(INSTALLDIR) $(OBJDIR): </verbatim>
- foundin changed to: "1.23"
- private_contact changed to: "657fecc17bdc2306d28088355d2cfe0485c38cab"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: ""make install" dosn't create the target directory"
- type changed to: "Code_Defect"