Implementing parts of the ARM usermode
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / Makefile
index fc41f75..8e4787d 100644 (file)
@@ -15,6 +15,6 @@ install: $(BIN)
 clean:
        $(RM) $(BIN)
 
-$(BIN): crt0.$(ARCHDIR).asm
+$(BIN): crt0.$(ARCHDIR).$(ASSUFFIX)
        @mkdir -p $(dir $(BIN))
        $(AS) $(ASFLAGS) $< -o $@

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