Mercurial > hg > octave-nkf
comparison liboctave/Makefile.in @ 9518:113dba092d8c
include LDFLAGS for shared liboctave and liboctinterp
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 12 Aug 2009 15:26:07 +0200 |
parents | eee9b3150446 |
children | 0ce82753dd72 |
comparison
equal
deleted
inserted
replaced
9517:a85dbf7b6ff9 | 9518:113dba092d8c |
---|---|
275 rm -f $@ | 275 rm -f $@ |
276 $(LN_S) $< $@ | 276 $(LN_S) $< $@ |
277 | 277 |
278 $(SHLPRE)octave.$(SHLEXT): $(LIBOCTAVE_PICOBJ) | 278 $(SHLPRE)octave.$(SHLEXT): $(LIBOCTAVE_PICOBJ) |
279 rm -f $@ | 279 rm -f $@ |
280 $(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ \ | 280 $(SH_LD) $(SH_LDFLAGS) $(LDFLAGS) $(SONAME_FLAGS) -o $@ \ |
281 $(LIBOCTAVE_PICOBJ) $(LINK_DEPS) | 281 $(LIBOCTAVE_PICOBJ) $(LINK_DEPS) |
282 | 282 |
283 $(LIBOCTAVE_PICOBJ): stmp-pic | 283 $(LIBOCTAVE_PICOBJ): stmp-pic |
284 | 284 |
285 ifndef omit_deps | 285 ifndef omit_deps |