Formerly m68k/Makefile.~3~
authorRoland McGrath <roland@gnu.org>
Tue, 6 Oct 1992 19:13:50 +0000 (19:13 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 6 Oct 1992 19:13:50 +0000 (19:13 +0000)
sysdeps/m68k/Makefile

index 4690591..09f3b43 100644 (file)
@@ -3,3 +3,9 @@
 # No existing m68k ports use Motorola syntax.
 
 crypt := crypt.sun3    # Use uf-crypt/crypt.sun3.S.
+
+# Disgusting magic to get `#'s into the asm code.
+$(objpfx)%.o: %.S
+       $(CC) $(CPPFLAGS) -E $< \
+       | sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
+.S-rule := t