On Sat, Jun 17, 2000 at 07:14:55PM +0200, Tomasz Wegrzanowski
wrote:> Is `make install' supposed to work in current CVS ?
> For me it do:
> --- start ---
> cat install.sh >install
> chmod +x install
> --- end ---
> where install.sh is empty.
Suggestion:
--- Makefile.in.orig Sat Jun 17 13:30:07 2000
+++ Makefile.in Sat Jun 17 13:30:39 2000
@@ -19,7 +19,7 @@
SUBDIRS = lib examples vorbis-tools # cmdline xmms vq huff
-all debug profile selftest target clean:
+all debug profile selftest target clean install:
@for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $@) ||
exit 1; done
-rm -f *~
> Anyway, I thing /usr/local/bin shouldn't be hardcoded.
> Here is a patch.
My bad. Looks good.
Kenneth
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/