]> git.sesse.net Git - vlc/commitdiff
* ./debian/rules: removed Debian kludges that do not really belong to the
authorSam Hocevar <sam@videolan.org>
Mon, 10 Feb 2003 21:11:17 +0000 (21:11 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 10 Feb 2003 21:11:17 +0000 (21:11 +0000)
    official VLC tree.

debian/rules

index 92075dc64da696ce5c78d79856a053ba7e80d346..4a2eefeda85f44377f0655839a6834358981e7ae 100755 (executable)
@@ -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