Ticket UUID: | 6e23fe110139615d5a6966506e5c4fd8129e1a62 | ||
Title: | "make install" dosn't create the target directory | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2012-08-08 13:04:17 | ||
Version Found In: | 1.23 | ||
Description & Comments: | |||
--- src/main.mk +++ src/main.mk @@ -269,6 +269,7 @@ all: $(OBJDIR) $(APPNAME) install: $(APPNAME) + mkdir -p $(INSTALLDIR) mv $(APPNAME) $(INSTALLDIR) $(OBJDIR): |