Am Samstag, 25. Oktober 2003 14:10 schrieb Zenaan Harkness: > config.status: configure > dh_testdir > # Add here commands to configure the package. > CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) \
This should read:
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
Seems to be a dh_make bug to me?!?
Ciao,
Eike

