1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r25884: Specify shldflags first, as required by some compilers.

(cherry picked from commit 40a8cd0d2f)
This commit is contained in:
Jelmer Vernooij 2007-11-06 19:53:33 +01:00 committed by Michael Adam
parent ddfc86b71d
commit 42b56f77ff

View File

@ -45,7 +45,7 @@ libtalloc.a: $(LIBOBJ)
@-ranlib $@
$(SOLIB): $(LIBOBJ)
$(CC) $(SONAMEFLAG)$(SONAME) $(SHLD_FLAGS) -o $@ $^
$(CC) $(SHLD_FLAGS) $(SONAMEFLAG)$(SONAME) -o $@ $^
install: all
${INSTALLCMD} -d $(DESTDIR)$(libdir)