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 Schwab writes:

 > 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?
Definitly not.  Otherwise I would have written it into the ChangeLog.
Thanks for noticing, here's the fixed patch.

Andreas

2000-07-03  Andreas Jaeger  <aj@suse.de>

	* dlfcn/Makefile (generated): New.

============================================================
Index: dlfcn/Makefile
--- dlfcn/Makefile	2000/06/13 23:57:01	1.6
+++ dlfcn/Makefile	2000/07/03 09:11:29
@@ -37,6 +37,7 @@
 endif
 modules-names = glreflib1 glreflib2 failtestmod
 extra-objs += $(modules-names:=.os) eval.os
+generated := $(modules-names:=.so)
 
 include ../Rules
 


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de

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