Re: [PATCH] make make dist work without making first
- From: Raja R Harinath <harinath cs umn edu>
- To: jacob berkman <jacob ximian com>
- Cc: gtk-devel-list gnome org
- Subject: Re: [PATCH] make make dist work without making first
- Date: Tue, 02 Oct 2001 17:58:35 -0500
Hi,
jacob berkman <jacob ximian com> writes:
> this patch was required for me to be able to make dist without distcheck
> or building initially.
[snip]
> --- gobject/Makefile.am 2001/09/25 06:03:22 1.40
> +++ gobject/Makefile.am 2001/10/01 22:28:54
> @@ -14,6 +14,9 @@
>
> libglib = $(top_builddir)/glib/libglib-1.3.la
>
> +$(libglib):
> + $(MAKE) -C $(top_builddir)/glib
Sorry for being dense, but why is this necessary?
The toplevel Makefile lists 'glib' before 'gobject' -- so $(libglib)
must have already been built and up-to-date by the time this Makefile
is invoked.
- Hari
--
Raja R Harinath ------------------------------ harinath cs umn edu
"When all else fails, read the instructions." -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing." -- Roy L Ash
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]