]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/Makefile
Don't clear BSS if we don't need to.
[netwatch.git] / aseg / Makefile
index 5bef71f801b5aff0b92f294a65004b985a7f8898..20e5ae9f6f663a3527609213b0b89b470cd50031 100644 (file)
@@ -6,5 +6,5 @@ aseg.bin: aseg.asm
 aseg.o: aseg.bin
        objcopy -I binary -B i386 -O elf32-i386 aseg.bin aseg.o
 
-aseg.elf: aseg.bin aseg.lds counter.o
+aseg.elf: aseg.o aseg.lds counter.o
        ld -o aseg.elf -T aseg.lds counter.o
This page took 0.020878 seconds and 4 git commands to generate.