r25944: Fix handling of sonameflag on AIX, which doesn't have anything like that.
[kai/samba.git] / source / lib / tdb / Makefile.in
index e1ecbb30ec880fb71f64dad7f2b86f8d18dbf10f..738d8566b5194e0a3edea4f3cf4bd79b1cd64ccc 100644 (file)
@@ -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