Fixed crt0.o not creating its output directory
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / Makefile
index 62d04ed..a69be9b 100644 (file)
@@ -17,4 +17,5 @@ clean:
        $(RM) $(BIN)
 
 $(BIN): crt0.$(ARCHDIR).asm
+       @$(MKDIR) $(dir $(BIN))
        $(AS) $(ASFLAGS) $< -o $@

UCC git Repository :: git.ucc.asn.au