One more make clean fix
Andreas Jaeger
aj@suse.de
Mon Jul 3 02:18:00 GMT 2000
>>>>> 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
More information about the Libc-hacker
mailing list