summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-07-08 19:18:06 +0000
committerAndrew Tridgell <tridge@samba.org>2001-07-08 19:18:06 +0000
commit81393e6fda13f6a7f3eb2397dae114f039519140 (patch)
tree8b2b3b754bef3787fe7e1a355145301b53318deb /source3/Makefile.in
parentb4230fb93a23d16ab8883f45d9bc55e0342d8671 (diff)
downloadsamba-81393e6fda13f6a7f3eb2397dae114f039519140.tar.gz
samba-81393e6fda13f6a7f3eb2397dae114f039519140.tar.bz2
samba-81393e6fda13f6a7f3eb2397dae114f039519140.zip
removed remnants of libtool
(This used to be commit abe01facea99f4cda76330d1265edde32b3c0a86)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7006152cbb..6319f6650d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -17,9 +17,7 @@ AWK=@AWK@
TERMLDFLAGS=@TERMLDFLAGS@
TERMLIBS=@TERMLIBS@
-LIBTOOL=@LIBTOOL@ --quiet
-LIBTOOL_DEPS=@LIBTOOL_DEPS@
-LINK=$(LIBTOOL) --mode=link $(CC) $(FLAGS) $(LDFLAGS)
+LINK=$(CC) $(FLAGS) $(LDFLAGS)
INSTALLCMD=@INSTALL@
@@ -446,15 +444,6 @@ MAKEDIR = || exec false; \
-o $@
@BROKEN_CC@ -mv `echo $@ | sed 's%^.*/%%g'` $@
-# This is for libtool
-.c.lo:
- @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
- dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
- @echo Compiling $< with libtool
- @$(LIBTOOL) --mode=compile \
- $(CC) -I. -I$(srcdir) $(FLAGS) -c $< \
- -o $@
-
.c.po:
@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi