]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Formerly m68k/Makefile.~6~
authorRoland McGrath <roland@gnu.org>
Thu, 25 Mar 1993 20:17:39 +0000 (20:17 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 25 Mar 1993 20:17:39 +0000 (20:17 +0000)
sysdeps/m68k/Makefile

index 3158e3b1047ef9d86a7af4b8716314b08d8541f5..886744365c7b0aa3bfebaa9aed388467507d9a44 100644 (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