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:
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
......
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