From: Roland McGrath Date: Wed, 17 Mar 1993 18:32:04 +0000 (+0000) Subject: Formerly m68k/Makefile.~5~ X-Git-Tag: upstream/2.30~10627^2~4307 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d42a69dd8390628766127fc9592b1ef9c5da9ddf;p=external%2Fglibc.git Formerly m68k/Makefile.~5~ --- 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