#include <hallo.h> * Eduard Bloch [Sun, Mar 27 2005, 11:35:42PM]: > And some of my changes are still usefull. Drop the dpatch requirement > since it is not needed and use bzip2 (it is installed on most systems > anyways).
PS: I think you also do not need this lines since their products is not used anymore: MAJOR=$(shell echo $(KVERS) | sed -e 's/\(...\).*/\1/') ifeq ($(MAJOR),2.6) KO=k endif And I am not sure about those: export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) Regards, Eduard. -- <frobnic> Debian released so langsam, wie Gentoo compiliert. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

