Fossil SCM
"make install" dosn't create the target directory
Fixed
6e23fe110139615…
· opened 13 years, 8 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Aug. 8, 2012 12:28 p.m.
--- src/main.mk
+++ src/main.mk
@@ -269,6 +269,7 @@
all: $(OBJDIR) $(APPNAME)
install: $(APPNAME)
+ mkdir -p $(INSTALLDIR)
mv $(APPNAME) $(INSTALLDIR)
$(OBJDIR):