ack/lang/pc/comp/Makefile
1991-10-16 13:07:28 +00:00

6 lines
173 B
Makefile

distr:
echo '#ifndef lint' > Version.c
echo 'char Version[] = "ACK Pascal compiler Version XXX";' | \
sed "s/XXX/`RC -i`/" >> Version.c
echo '#endif lint' >> Version.c