diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/packages/deb/ubuntu-precise/debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/packages/deb/ubuntu-precise/debian/rules b/contrib/packages/deb/ubuntu-precise/debian/rules index 432ec5e4..b338f725 100755 --- a/contrib/packages/deb/ubuntu-precise/debian/rules +++ b/contrib/packages/deb/ubuntu-precise/debian/rules @@ -155,9 +155,6 @@ clean: # Add here commands to clean up after the build process. dh_clean - (cd fltk-*; $(MAKE) distclean; rm configure) - (if [ -e Makefile ] ; then $(MAKE) clean ; fi) - (cd unix/xserver; if [ -e Makefile ] ; then $(MAKE) clean ; fi) install: DH_OPTIONS= install: build |