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:
committed by
Carlos R. Mafra
parent
492206fe6c
commit
df8649cf54
8
debian/rules
vendored
8
debian/rules
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user