Formerly m68k/Makefile.~5~
authorRoland McGrath <roland@gnu.org>
Wed, 17 Mar 1993 18:32:04 +0000 (18:32 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 17 Mar 1993 18:32:04 +0000 (18:32 +0000)
sysdeps/m68k/Makefile

index 8867443..3158e3b 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 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
+| sed -e '/^#/d' -e 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
 endef