From 795b203d8d931437d69864f7a5aef552f671fde6 Mon Sep 17 00:00:00 2001 From: kaethorn Date: Tue, 3 Jul 2007 11:34:11 +0000 Subject: [PATCH] remove embryo-config. clean up rules. SVN revision: 30559 --- legacy/embryo/debian/libembryo0-dev.install | 1 - legacy/embryo/debian/rules | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/legacy/embryo/debian/libembryo0-dev.install b/legacy/embryo/debian/libembryo0-dev.install index 4f8797a1ac..84cdbef6a4 100644 --- a/legacy/embryo/debian/libembryo0-dev.install +++ b/legacy/embryo/debian/libembryo0-dev.install @@ -1,4 +1,3 @@ -debian/tmp/usr/bin/embryo-config debian/tmp/usr/include/* debian/tmp/usr/lib/pkgconfig/* debian/tmp/usr/lib/lib*.a diff --git a/legacy/embryo/debian/rules b/legacy/embryo/debian/rules index 8b69891659..8bc7e9b63c 100644 --- a/legacy/embryo/debian/rules +++ b/legacy/embryo/debian/rules @@ -3,8 +3,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -DEB_MAKE_CLEAN_TARGET := clean - clean:: - if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi - + /autogen.sh --prefix=/usr