From: Roland McGrath Date: Thu, 25 Mar 1993 20:17:39 +0000 (+0000) Subject: Formerly m68k/Makefile.~6~ X-Git-Tag: upstream/2.30~10627^2~4306 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a96c1028262d8d5ddd4421ad862f3deba1a31d9;p=external%2Fglibc.git Formerly m68k/Makefile.~6~ --- diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 3158e3b..8867443 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 -e '/^#/d' -e 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@ +| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@ endef