Skip to content

Commit

Permalink
Fix source package building when yate is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
vir committed Oct 13, 2015
1 parent 5bfecc5 commit 711f1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ build-stamp: configure-stamp
$(MAKE)
touch $@

clean: config
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
$(MAKE) clean
-test -f Makefile && $(MAKE) clean
dh_clean

install:
Expand Down

0 comments on commit 711f1a5

Please sign in to comment.