mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Formerly m68k/Makefile.~6~
This commit is contained in:
parent
d42a69dd83
commit
2a96c10282
@ -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 -e '/^#/d' -e 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
|
||||
| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user