mirror of git://sourceware.org/git/glibc.git
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.
|
# Disgusting magic to get `#'s into the asm code.
|
||||||
define compile-command.S
|
define compile-command.S
|
||||||
$(CC) $(CPPFLAGS) -E $< \
|
$(CC) $(CPPFLAGS) -E $< \
|
||||||
| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
|
| sed -e '/^#/d' -e 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue