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 3158e3b..8867443 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