diff options
author | Roland McGrath <roland@gnu.org> | 1993-06-11 19:39:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-06-11 19:39:34 +0000 |
commit | 4b36947a4751caa3b6bda7506db722e13b69227d (patch) | |
tree | 60da1be860d7d85c12049d4f58d345f3b03597c4 /sysdeps/m68k/Makefile | |
parent | 53df7cde345ac13e20a353fb455246d25d791010 (diff) | |
download | glibc-4b36947a4751caa3b6bda7506db722e13b69227d.tar glibc-4b36947a4751caa3b6bda7506db722e13b69227d.tar.gz glibc-4b36947a4751caa3b6bda7506db722e13b69227d.tar.bz2 glibc-4b36947a4751caa3b6bda7506db722e13b69227d.zip |
Formerly m68k/Makefile.~8~
Diffstat (limited to 'sysdeps/m68k/Makefile')
-rw-r--r-- | sysdeps/m68k/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 637bca3b62..188102dbf8 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -48,7 +48,7 @@ define compile-command.S $(CC) $(CPPFLAGS) $(asm-CPPFLAGS) -E $< \ | sed 's/(@@@Hash-Here@@@)/#/g' > $@s $(AS) $(ASFLAGS) $@s -o $@ --rm -f $@ +-rm -f $@s endef endif |