authprog/smbval/Makefile: compilation error
Katsuhiro Kondou
kondou at nec.co.jp
Mon Oct 23 15:37:37 UTC 2000
In article <200010231449.SAA19964 at crocus.gamma.ru>,
"Igor Timkin" <ivt at gamma.ru> wrote;
} ../libtool gcc -g -O -mpentiumpro -mcpu=pentiumpro -I../include -I../../include -c valid.c
} ../libtool: not found
Try attached which should fix the problem.
--
Katsuhiro Kondou
--- authprogs/smbval/Makefile.orig 2000/10/23 06:38:06 1.1
+++ authprogs/smbval/Makefile 2000/10/23 15:35:08 1.2
@@ -24,7 +24,7 @@
all: smbvalid.a
.c.o: $(INCLUDES)
- $(LIBCC) $(CFLAGS) -c $*.c
+ $(UPLIBCC) $(CFLAGS) -c $*.c
clean:
rm -f *.o smbvalid.a
More information about the inn-bugs
mailing list