projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b52c9d
)
Formerly m68k/Makefile.~3~
author
Roland McGrath
<roland@gnu.org>
Tue, 6 Oct 1992 19:13:50 +0000
(19:13 +0000)
committer
Roland McGrath
<roland@gnu.org>
Tue, 6 Oct 1992 19:13:50 +0000
(19:13 +0000)
sysdeps/m68k/Makefile
patch
|
blob
|
history
diff --git
a/sysdeps/m68k/Makefile
b/sysdeps/m68k/Makefile
index
4690591
..
09f3b43
100644
(file)
--- 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