]> sourceware.org Git - glibc.git/commitdiff
Formerly m68k/Makefile.~4~
authorRoland McGrath <roland@gnu.org>
Wed, 24 Feb 1993 23:22:43 +0000 (23:22 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 24 Feb 1993 23:22:43 +0000 (23:22 +0000)
sysdeps/m68k/Makefile

index 09f3b4355e2a18805d282252d3e51522d0db865a..886744365c7b0aa3bfebaa9aed388467507d9a44 100644 (file)
@@ -2,10 +2,10 @@
 # way to choose a sysdep file based on MIT vs Motorola syntax.
 # No existing m68k ports use Motorola syntax.
 
-crypt := crypt.sun3    # Use uf-crypt/crypt.sun3.S.
+crypt := crypt.sun3    # Use 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
+define compile-command.S
+$(CC) $(CPPFLAGS) -E $< \
+| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
+endef
This page took 0.039564 seconds and 5 git commands to generate.