From: Nobuyoshi N. <nob...@so...> - 2002-04-01 14:27:48
|
なかだです。 At Mon, 01 Apr 2002 23:01:08 +0900, Nobuyoshi Nakada wrote: > configureでsrcdirを有効にする、つまりソースと別のディレクトリで > コンパイルできるようにするパッチです。MakefileはCVSには不要にな > ります。 すいません、早速訂正。 --- contrib/tool/mlconf_curses/Makefile.in- Mon Apr 1 22:49:01 2002 +++ contrib/tool/mlconf_curses/Makefile.in Mon Apr 1 23:16:47 2002 @@ -1,2 +1,3 @@ +prefix = @prefix@ PERL = @perl@ @@ -8,5 +9,5 @@ SRC = mlconf_curses.pl DESTDIR = -BINDIR = @bindir@ +BINDIR = $(prefix)/bin -- --- 僕の前にBugはない。 --- 僕の後ろにBugはできる。 中田 伸悦 |