~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to dlfcn/Makefile

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
$(objpfx)bug-atexit2: $(libdl)
131
131
$(objpfx)bug-atexit2.out: $(objpfx)bug-atexit2-lib.so
132
132
 
133
 
LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(elfobjdir)/ld.so \
134
 
                            $(common-objpfx)libc_nonshared.a
 
133
LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(common-objpfx)libc_nonshared.a
135
134
$(objpfx)bug-atexit3: $(libdl)
136
135
$(objpfx)bug-atexit3.out: $(objpfx)bug-atexit3-lib.so
137
136