From 63464c45dd3b3ce86188ba593dd2353f87952798 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 10 Feb 2003 21:11:17 +0000 Subject: [PATCH] * ./debian/rules: removed Debian kludges that do not really belong to the official VLC tree. --- debian/rules | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 92075dc64d..4a2eefeda8 100755 --- a/debian/rules +++ b/debian/rules @@ -71,12 +71,12 @@ build-stamp: dh_testdir # Touch stuff - touch `find . -name Makefile.in` \ - && touch configure.ac.in \ + touch configure.ac.in \ && touch configure.ac \ && touch aclocal.m4 \ && touch configure \ - && touch config.h.in + && touch config.h.in \ + && touch `find . -name Makefile.in` # Check that we have an ffmpeg tree in here (can be a symlink) test -d extras/ffmpeg @@ -105,9 +105,6 @@ clean: test -d extras/faad -if test ! -d CVS; then cd extras/faad && make distclean; fi - # Clean built files - rm -f po/*.gmo mozilla/vlcintf.xpt - -$(MAKE) distclean dh_clean -- 2.11.4.GIT