diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 5a1d722fd..f735ec6ec 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -123,7 +123,7 @@ clean: | |||
123 | dh_testdir | 123 | dh_testdir |
124 | rm -f build-deb-stamp build-udeb-stamp | 124 | rm -f build-deb-stamp build-udeb-stamp |
125 | rm -rf build-deb build-udeb | 125 | rm -rf build-deb build-udeb |
126 | -$(MAKE) -C contrib clean | 126 | $(MAKE) -C contrib clean |
127 | rm -f config.log | 127 | rm -f config.log |
128 | ifeq ($(PO2DEBCONF),yes) | 128 | ifeq ($(PO2DEBCONF),yes) |
129 | # Hack for woody compatibility. This makes sure that the | 129 | # Hack for woody compatibility. This makes sure that the |