diff options
Diffstat (limited to 'diag/geodsp/Makefile')
-rw-r--r-- | diag/geodsp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile index b76eb77d..10dd4a4e 100644 --- a/diag/geodsp/Makefile +++ b/diag/geodsp/Makefile @@ -39,7 +39,7 @@ all: $(BTARGET) %.img.xz: %.bin mk-lba-img ./mk-lba-img < $< | xz -0f > $@ || ( rm -f $@ ; false ) -%.img.gz: %.img +%.img.gz: %.bin mk-lba-img ./mk-lba-img < $< | gzip -9 > $@ || ( rm -f $@ ; false ) %.bin: %.asm $(coredir)/writehex.inc $(coredir)/macros.inc $(coredir)/diskboot.inc |