mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
dd06d920c8
instead of cpp. sed is portable and POSIX; cpp is neither.
4 lines
123 B
Mathematica
4 lines
123 B
Mathematica
weird.o: $(srcdir)/weird.def $(srcdir)/aout.sed
|
|
sed -f $(srcdir)/aout.sed <$(srcdir)/weird.def >weird.s
|
|
$(CC) -c weird.s
|