From: Roland McGrath Date: Tue, 6 Oct 1992 19:13:50 +0000 (+0000) Subject: Formerly m68k/Makefile.~3~ X-Git-Tag: glibc-2.16-ports-before-merge~4335 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=603bee3c228177edbd013ff9c3771c23ed173947;p=glibc.git Formerly m68k/Makefile.~3~ --- diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 4690591cba..09f3b4355e 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -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