From f70181ffe0b37952384ff5e0ce0185541828014f Mon Sep 17 00:00:00 2001 From: fourdan Date: Fri, 12 Jan 2007 13:36:35 +0000 Subject: Update package for Debian Etch --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 44ee736..ccdbd89 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ configure-stamp: build: build-stamp build-stamp: configure-stamp dh_testdir - cd src && $(MAKE) all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.3/) TCLLIB=$(-ltcl8.3) CFLAGS="-g -fPIC -D_REENTRANT" + cd src && $(MAKE) all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.4/) TCLLIB=$(-ltcl8.4) CFLAGS="-g -fPIC -D_REENTRANT" touch build-stamp clean: -- cgit v1.1