1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-21 14:34:19 +01:00

Drop dead code from debian rules

This commit is contained in:
Andreas Metzler
2010-08-16 16:29:51 +02:00
committed by Carlos R. Mafra
parent 492206fe6c
commit df8649cf54

8
debian/rules vendored
View File

@@ -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