CVS: src/si Makefile.in,1.17,1.18
Mats Wichmann <[email protected]>
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si In directory sc8-pr-cvs1:/tmp/cvs-serv31381 Modified Files: Makefile.in Log Message: phase4 doesn't actually depend on phase3. Make it depend on phase2 instead. Index: Makefile.in =================================================================== RCS file: /cvsroot/lsb/src/si/Makefile.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** Makefile.in 17 Jan 2003 22:27:59 -0000 1.17 --- Makefile.in 29 Jan 2003 02:47:28 -0000 1.18 *************** *** 43,47 **** phase4: addons ! addons: config.status lsbsi @if [ ! -f phase4.stamp ]; then \ extras/entitycheck.py -q && \ --- 43,47 ---- phase4: addons ! addons: config.status intermediate @if [ ! -f phase4.stamp ]; then \ extras/entitycheck.py -q && \