Fresco/contrib/daVinci/src Makefile.in,1.5,1.6
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/contrib/daVinci/src In directory purcel:/tmp/cvs-serv20932 Modified Files: Makefile.in Log Message: Dummy install-doc target for daVinci. Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/contrib/daVinci/src/Makefile.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.in 13 Feb 2003 15:52:08 -0000 1.5 +++ Makefile.in 25 Feb 2003 14:46:03 -0000 1.6 @@ -57,6 +57,7 @@ xref: #do nothing doc: #do nothing +install-doc: #do nothing daVinci: $(OBJ) main.o @echo linking $(@F) @@ -92,6 +93,6 @@ $(DEP): %.d: .FORCE endif -ifeq (,$(filter $(MAKECMDGOALS), depend doc clean distclean maintainer-clean)) +ifeq (,$(filter $(MAKECMDGOALS), depend doc install-doc clean distclean maintainer-clean)) -include $(DEP) endif