Pass the tests again

This commit is contained in:
Pierre Pronchery 2018-03-19 18:13:48 +01:00
parent eedac9938f
commit 454c218b54
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ $(OBJDIR)test4.o: test4.asm
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.asm
$(OBJDIR)test4.o: test4.S
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
$(AS) $(test4_CPPFLAGS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
clean:
$(RM) -- $(test_OBJS) $(test2_OBJS) $(test3_OBJS) $(test4_OBJS)

View File

@ -57,7 +57,7 @@ $(OBJDIR)test4.o: test4.asm
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.asm
$(OBJDIR)test4.o: test4.S
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
$(AS) $(test4_CPPFLAGS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
clean:
$(RM) -- $(test_OBJS) $(test2_OBJS) $(test3_OBJS) $(test4_OBJS)

View File

@ -57,7 +57,7 @@ $(OBJDIR)test4.o: test4.asm
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.asm
$(OBJDIR)test4.o: test4.S
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
$(AS) $(test4_CPPFLAGS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
clean:
$(RM) -- $(test_OBJS) $(test2_OBJS) $(test3_OBJS) $(test4_OBJS)

View File

@ -57,7 +57,7 @@ $(OBJDIR)test4.o: test4.asm
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.asm
$(OBJDIR)test4.o: test4.S
$(AS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
$(AS) $(test4_CPPFLAGS) $(test4_ASFLAGS) -o $(OBJDIR)test4.o test4.S
clean:
$(RM) -- $(test_OBJS) $(test2_OBJS) $(test3_OBJS) $(test4_OBJS)