Hello,

this patch for elf2flt makes sure that all install dirs exist before
copying files to them.

--- elf2flt-20031221/Makefile.in.orig	2003-12-24 06:13:35.107863275 +0100
+++ elf2flt-20031221/Makefile.in	2003-12-24 06:13:13.007171190 +0100
@@ -45,6 +45,9 @@
 	-rm -f Makefile config.log config.status config.cache ld-elf2flt
 
 install:
+	$(INSTALL) -d $(bindir)
+	$(INSTALL) -d $(target_bindir)
+	$(INSTALL) -d $(target_libdir)
 	$(INSTALL) -s -m 755 $(PROG_FLTHDR) $(bindir)/$(TARGET)-$(PROG_FLTHDR)
 	$(INSTALL) -s -m 755 $(PROG_FLTHDR) $(target_bindir)/$(PROG_FLTHDR)
 	$(INSTALL) -s -m 755 $(PROG_ELF2FLT) $(bindir)/$(TARGET)-$(PROG_ELF2FLT)
