gst-libs/ext/Makefile.am: Use 'make clean' and not 'make dist-clean' for local cleanups.

Original commit message from CVS:
* gst-libs/ext/Makefile.am:
Use 'make clean' and not 'make dist-clean' for local cleanups.
Fixes #519235
This commit is contained in:
Edward Hervey 2008-05-08 09:18:45 +00:00
parent 221bcf6f97
commit 176b11e6ff
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
* gst-libs/ext/Makefile.am:
Use 'make clean' and not 'make dist-clean' for local cleanups.
Fixes #519235
2008-05-07 Edward Hervey <edward.hervey@collabora.co.uk>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_setcaps),

View file

@ -17,7 +17,7 @@ all-local:
cd ffmpeg && $(MAKE)
clean-local:
cd ffmpeg && $(MAKE) distclean
cd ffmpeg && $(MAKE) clean
dist-clean:
rm -rf $(TMP_DIST_DIR)
@ -49,7 +49,7 @@ dist-local: dist-clean
distdir: dist-local
cp -r ffmpeg Makefile* ${distdir}
dist: dist-local
tar -czf ffmpeg.tar.gz ffmpeg