Formerly m68k/Makefile.~6~

This commit is contained in:
Roland McGrath 1993-03-25 20:17:39 +00:00
parent d42a69dd83
commit 2a96c10282

View file

@ -7,5 +7,5 @@ crypt := crypt.sun3 # Use crypt/crypt.sun3.S.
# Disgusting magic to get `#'s into the asm code.
define compile-command.S
$(CC) $(CPPFLAGS) -E $< \
| sed -e '/^#/d' -e 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
endef