diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-06 19:53:33 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 01:40:10 +0100 |
commit | 850ec9eb3a35e5140891be5ce0e2844ec45c3057 (patch) | |
tree | 2c51cbc879202048e07e65f5e40830d2840b4011 /source3/lib/talloc/Makefile.in | |
parent | 5e914f2c1367490a61ca000d51ecbd3bd20cd0a4 (diff) | |
download | samba-850ec9eb3a35e5140891be5ce0e2844ec45c3057.tar.gz samba-850ec9eb3a35e5140891be5ce0e2844ec45c3057.tar.bz2 samba-850ec9eb3a35e5140891be5ce0e2844ec45c3057.zip |
r25884: Specify shldflags first, as required by some compilers.
(cherry picked from commit 40a8cd0d2fd4d10110243ee75ff92bef73bb06b9)
(This used to be commit 42b56f77ff88f8a9dccd7a8ac7df789d0223c945)
Diffstat (limited to 'source3/lib/talloc/Makefile.in')
-rw-r--r-- | source3/lib/talloc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/talloc/Makefile.in b/source3/lib/talloc/Makefile.in index c9fcddf35c..3da96cd457 100644 --- a/source3/lib/talloc/Makefile.in +++ b/source3/lib/talloc/Makefile.in @@ -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) |