bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] Re: Hydra news


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] Re: Hydra news
Date: Sat, 09 Jan 2010 10:21:01 -0500

   > Shouldn't the correct fix be that `make dist' depends on `make
   > all' in automake?

   Yes, but is there an elegant way to make that work?

Wouldn't a patch like the following to automake do the job?

diff --git a/lib/am/distdir.am b/lib/am/distdir.am
index 4e356b9..36462a9 100644
--- a/lib/am/distdir.am
+++ b/lib/am/distdir.am
@@ -405,7 +405,7 @@ if %?SUBDIRS%
 AM_RECURSIVE_TARGETS += dist dist-all
 endif %?SUBDIRS%
 
-dist dist-all:
+dist dist-all: all
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
        $(am__post_remove_distdir)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]