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

Re: nested ifeq in debian/rules (makefile)



* Richard Ulrich <richi@paraeasy.ch>, 2011-03-02, 22:13:
ifeq ( $(shell [ -e /etc/dpkg/origins/default ]; printf $$?), 0)
   ifeq ( $(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)

Remove spaces between "(" and "$".

--
Jakub Wilk


Reply to: