]> sourceware.org Git - glibc.git/commitdiff
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 4690591cba5fcc8c2e4e86da4c5ef3ef18c1debb..09f3b4355e2a18805d282252d3e51522d0db865a 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
This page took 0.041173 seconds and 5 git commands to generate.