mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Formerly m68k/Makefile.~5~
This commit is contained in:
parent
009d15de1b
commit
d42a69dd83
@ -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 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
|
||||
| sed -e '/^#/d' -e 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user