[ci skip] update generated files
[scons.git] / doc / generated / examples / depends_macroinc_1.xml
blob0fa157ab3e91e3f144dcb1fac146d33f30cad92d
1 <screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q</userinput>
2 cc -o hello.o -c -I. hello.c
3 cc -o hello hello.o
4 %    [CHANGE CONTENTS OF foo.h]
5 % <userinput>scons -Q</userinput>
6 scons: `.' is up to date.
7 </screen>