Fresco/Fresco-Python Makefile.in,1.12,1.13
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Python In directory purcel:/tmp/cvs-serv5656/Fresco-Python Modified Files: Makefile.in Log Message: little fix from oxygene Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Python/Makefile.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.in 18 Feb 2003 01:09:46 -0000 1.12 +++ Makefile.in 19 Feb 2003 15:15:10 -0000 1.13 @@ -46,7 +46,7 @@ doc: #do nothing here install: - ./setup.py install --prefix=$(prefix) + ./setup.py install --prefix=$(DESTDIR)$(prefix) install-doc: #do nothing here