diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-14 01:01:31 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:12 +0100 |
commit | 0969ac9e6189d1b990ca86b7611341fe6a404b5e (patch) | |
tree | 5b1d79df060accc0a8ef50b0e05c4602207fade3 /source4/lib/tdb | |
parent | 5adade2f2f6db9f76c5d1bfbb08d9c0b17d454a9 (diff) | |
download | samba-0969ac9e6189d1b990ca86b7611341fe6a404b5e.tar.gz samba-0969ac9e6189d1b990ca86b7611341fe6a404b5e.tar.bz2 samba-0969ac9e6189d1b990ca86b7611341fe6a404b5e.zip |
r25944: Fix handling of sonameflag on AIX, which doesn't have anything like that.
(This used to be commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index e1ecbb30ec..738d8566b5 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/lib/tdb/Makefile.in @@ -74,7 +74,7 @@ $(SONAME): $(SOLIB) ln -s $< $@ $(SOLIB): $(TDB_OBJ) - $(CC) $(SHLD_FLAGS) $(SONAMEFLAG)$(SONAME) -o $@ $^ + $(CC) $(SHLD_FLAGS) -o $@ $^ $(SONAMEFLAG)$(SONAME) TDB_LIB = libtdb.a |