ack/lang/pc/comp/Makefile

6 lines
168 B
Makefile
Raw Normal View History

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