The following commit has been merged in the master branch:
commit 41d56b350b196aaca09d3901741aaada1138e862
Author: Guillem Jover <[email protected]>
Date:   Sun Aug 16 18:20:53 2009 +0200

    dselect: Use top_builddir instead of top_srcdir to create curkeys.h
    
    The <config.h> file is generated in the top_builddir, and there's
    nothing we need from the top_srcdir.

diff --git a/dselect/Makefile.am b/dselect/Makefile.am
index bbd1369..4bf7ce3 100644
--- a/dselect/Makefile.am
+++ b/dselect/Makefile.am
@@ -51,7 +51,7 @@ CLEANFILES = curkeys.h
 curkeys.$(OBJEXT): curkeys.h
 curkeys.h: $(srcdir)/keyoverride $(srcdir)/mkcurkeys.pl
        cursesfile=`echo '#include "dselect-curses.h"' | \
-               $(CPP) -I$(top_srcdir) -I$(srcdir) - | \
+               $(CPP) -I$(top_builddir) -I $(srcdir) - | \
                grep 'curses.h' | head -n 1 | \
                sed -e 's/^[^"]*"//; s/".*$$//'`; \
        if [ "$$cursesfile" = "" ]; then \

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to