summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/dependencies')
-rwxr-xr-xubuntu/maverick/dependencies/libr/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/libr/debian/rules b/ubuntu/maverick/dependencies/libr/debian/rules
index 53fe01cf9..3eaf0968e 100755
--- a/ubuntu/maverick/dependencies/libr/debian/rules
+++ b/ubuntu/maverick/dependencies/libr/debian/rules
@@ -36,6 +36,7 @@ configure:
cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh
cp -Rp /usr/share/libtool/libltdl/aclocal.m4 aclocal.m4
+ autoreconf -i
autoconf
automake
@@ -56,7 +57,7 @@ build-stamp: config.status
dh_testdir
# Add here commands to compile the package.
- #$(MAKE)
+ $(MAKE)
touch $@