From 0c3bf930d360981b0ffb6411bb6418848cff6a21 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 12 Jun 2005 07:50:30 +0000 Subject: [PATCH] fix a non-rule line in debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 45426ee..d5b956d 100644 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - # Add here commands to configure the package. + #CPPFLAGS="-DSEAMLESS_HBARS -DCFONTZ633_WRITE_DELAY=50" CFLAGS="$(CFLAGS)" ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \