ack/lang/m2/comp/Makefile

6 lines
175 B
Makefile
Raw Normal View History

1991-10-16 13:07:28 +00:00
distr:
echo '#ifndef lint' > Version.c
echo 'char Version[] = "ACK Modula-2 compiler Version XXX";' | \
sed "s/XXX/`RC -i`/" >> Version.c
echo '#endif lint' >> Version.c