summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-14 10:51:32 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:16 +0100
commit35efbc84c73a2c9f9bdbdfb0faf624721505fe9e (patch)
tree23b99a1c53871ddfe37268a9b760121e1c392934 /source4/lib/ldb/Makefile.in
parent777ea0d434c05817349c204b43ac252e4ed10eda (diff)
downloadsamba-35efbc84c73a2c9f9bdbdfb0faf624721505fe9e.tar.gz
samba-35efbc84c73a2c9f9bdbdfb0faf624721505fe9e.tar.bz2
samba-35efbc84c73a2c9f9bdbdfb0faf624721505fe9e.zip
r25953: AIX make doesn't support $^.
(This used to be commit 91133d27110ee6447dbc64f1c8d52cb90ca1a86c)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index 6a490e2f15..1a1fdd78eb 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -97,7 +97,7 @@ SOLIB = lib/libldb.$(SHLIBEXT).0.9.0
STATICLIB = lib/libldb.a
$(SOLIB): $(OBJS)
- $(CC) $(SHLD_FLAGS) -o $@ $^ $(LDFLAGS) $(LIBS) $(TALLOC_LIBS) $(TDB_LIBS) $(SONAMEFLAG)$(SONAME)
+ $(CC) $(SHLD_FLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) $(TALLOC_LIBS) $(TDB_LIBS) $(SONAMEFLAG)$(SONAME)
all: showflags dirs $(OBJS) $(STATICLIB) $(SOLIB) $(BINS) $(EXAMPLES) manpages