aad143dc5d
instead of cpp. sed is portable and POSIX; cpp is neither.
3 lines
131 B
Mathematica
3 lines
131 B
Mathematica
weird.o: $(srcdir)/weird.def $(srcdir)/weird-aout.S
|
|
sed -f $(srcdir)/weird-aout.S <$(srcdir)/weird.def >weird.s
|
|
$(CC) -c weird.s
|