From a0bf06671eff4f02d9949a8401633738282fe0b7 Mon Sep 17 00:00:00 2001 From: fourdan Date: Tue, 13 Feb 2007 08:32:45 +0000 Subject: Update debian ChangeLog --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index ccdbd89..e9a9d03 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.4/) TCLLIB=$(-ltcl8.4) 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" LDFLAGS="-L/usr/X11R6/lib" touch build-stamp clean: -- cgit v1.1