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

Re: dh_make debian/rules clean target



On Fri, Sep 13, 2002 at 12:34:05PM +0200, Stefano Zacchiroli wrote:
> > if $(wildcard /usr/share/misc/config.sub)
> > 	cp -f /usr/share/misc/config.sub config.sub
> > endif
> > if $(wildcard /usr/share/misc/config.guess)
> > 	cp -f /usr/share/misc/config.guess config.guess
> > endif
> 
> Uhm ... I can't figure out how the above code can work;

He meant to say

ifneq "$(wildcard /usr/share/misc/config.sub)" ""
	cp -f /usr/share/misc/config.sub config.sub
endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
	cp -f /usr/share/misc/config.guess config.guess
endif

-- 
     2. That which causes joy or happiness.



Reply to: