This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: One more make clean fix


Andreas Jaeger <aj@suse.de> writes:

|> Index: dlfcn/Makefile
|> --- dlfcn/Makefile	2000/06/13 23:57:01	1.6
|> +++ dlfcn/Makefile	2000/07/03 07:26:23
|> @@ -37,12 +37,12 @@
|>  endif
|>  modules-names = glreflib1 glreflib2 failtestmod
|>  extra-objs += $(modules-names:=.os) eval.os
|> +generated := $(modules-names:=.so)
|>  
|>  include ../Rules
|>  
|>  LDFLAGS-dl.so = -Wl,-dynamic-linker,$(slibdir)/$(rtld-installed-name)
|>  
|> -test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))

Are you sure you want to remove that line?

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]