Formerly m68k/Makefile.~8~

This commit is contained in:
Roland McGrath 1993-06-11 19:39:34 +00:00
parent 53df7cde34
commit 4b36947a47

View 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