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