diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index a9fe650bf..35f02c99a 100755 --- a/debian/rules +++ b/debian/rules @@ -38,13 +38,13 @@ configure-stamp: dh_testdir $(MAKE) configure - touch configure-stamp + touch $@ build: build-stamp build-stamp: configure-stamp dh_testdir - touch build-stamp + touch $@ clean: dh_testdir @@ -63,8 +63,6 @@ install: build dh_haskell -a - # Remove empty directories, which lintian complains about. - find debian/libghc6-$(THIS)-dev -type d -name 'include' -empty -delete # Hack! Cabal builds executables while building libraries. Move these # files to top dir where the Makefile install target expects to find. # See "BUGS" section at the following document: |