Formerly m68k/Makefile.~8~
authorRoland McGrath <roland@gnu.org>
Fri, 11 Jun 1993 19:39:34 +0000 (19:39 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 11 Jun 1993 19:39:34 +0000 (19:39 +0000)
sysdeps/m68k/Makefile

index 637bca3..188102d 100644 (file)
@@ -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