From df8649cf543206a44def7e8c3eb65bd905662a8b Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Mon, 16 Aug 2010 16:29:51 +0200 Subject: [PATCH] Drop dead code from debian rules --- debian/rules | 8 -------- 1 file changed, 8 deletions(-) diff --git a/debian/rules b/debian/rules index 83613a6f..a3867414 100755 --- a/debian/rules +++ b/debian/rules @@ -267,14 +267,6 @@ install-wmaker-stamp: build-wmaker-stamp perl -pi -e '/^WLIBS/ && s:=.*:="-lWINGs -lwraster -lXft":' `find $(DEBTMPDIR) -name get-wings-flags` perl -pi -e '/^WLIBS/ && s:=.*:="-lWUtil -lX11":' `find $(DEBTMPDIR) -name get-wutil-flags` -ifeq (skip,) - if [ -d $(DEBTMPDIR)/usr/include/WINGs ] ; then \ - mv $(DEBTMPDIR)/usr/include/WINGs/* \ - $(DEBTMPDIR)/usr/include ; \ - rmdir $(DEBTMPDIR)/usr/include/WINGs ; \ - fi -endif - configure: configure.ac $(TOPSRCDIR)/autogen.sh