Commit 63464c45 authored by Sam Hocevar's avatar Sam Hocevar

* ./debian/rules: removed Debian kludges that do not really belong to the

    official VLC tree.
parent 76bff24d
...@@ -71,12 +71,12 @@ build-stamp: ...@@ -71,12 +71,12 @@ build-stamp:
dh_testdir dh_testdir
# Touch stuff # Touch stuff
touch `find . -name Makefile.in` \ touch configure.ac.in \
&& touch configure.ac.in \
&& touch configure.ac \ && touch configure.ac \
&& touch aclocal.m4 \ && touch aclocal.m4 \
&& touch configure \ && 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) # Check that we have an ffmpeg tree in here (can be a symlink)
test -d extras/ffmpeg test -d extras/ffmpeg
...@@ -105,9 +105,6 @@ clean: ...@@ -105,9 +105,6 @@ clean:
test -d extras/faad test -d extras/faad
-if test ! -d CVS; then cd extras/faad && make distclean; fi -if test ! -d CVS; then cd extras/faad && make distclean; fi
# Clean built files
rm -f po/*.gmo mozilla/vlcintf.xpt
-$(MAKE) distclean -$(MAKE) distclean
dh_clean dh_clean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment