diff options
author | Bastian Blank <waldi@debian.org> | 2006-05-27 07:35:22 +0000 |
---|---|---|
committer | Bastian Blank <waldi@debian.org> | 2006-05-27 07:35:22 +0000 |
commit | cd2fb4369a3bc06f3608803e035ee5b529b96413 (patch) | |
tree | 172523b1bae8deecddb831eafe09a404a6d3ff65 | |
parent | 96112b75a6c46ff63c47b9252dfeaca225f06c16 (diff) | |
download | kernel_replicant_linux-cd2fb4369a3bc06f3608803e035ee5b529b96413.tar.gz kernel_replicant_linux-cd2fb4369a3bc06f3608803e035ee5b529b96413.tar.bz2 kernel_replicant_linux-cd2fb4369a3bc06f3608803e035ee5b529b96413.zip |
debian/rules: Fix prequisites of binary-indep.
svn path=/dists/trunk/linux-2.6/; revision=6718
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 038be67c15b9..1dc3a960b5d3 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,7 @@ clean: debian/control rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc dh_clean -binary-indep: $(STAMPS_DIR)/build-base +binary-indep: $(STAMPS_DIR)/source-base dh_testdir $(MAKE) -f debian/rules.gen binary-indep |