diff --git a/Makefile b/Makefile
index 509e574713e7044a278bf45e82c4edceab078a0f..aaf38d121d41f7db42f43c34e27672c5ef95db77 100755
--- a/Makefile
+++ b/Makefile
@@ -452,6 +452,7 @@ DESTDIR ?= $(TTOOL_PATH)
 
 install:
 #ttool launcher graphminimize graphshow tiftranslator tmltranslator rundse remotesimulator webcrawler
+	mkdir $(DESTDIR)/bin
 	@cp $(TTOOL_BUILD)/* $(DESTDIR)/bin
 
 # ========================================