From d42a69dd8390628766127fc9592b1ef9c5da9ddf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 17 Mar 1993 18:32:04 +0000 Subject: [PATCH] Formerly m68k/Makefile.~5~ --- sysdeps/m68k/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 8867443..3158e3b 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -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 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@ +| sed -e '/^#/d' -e 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@ endef -- 2.7.4