summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-05-08 09:18:45 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-05-08 09:18:45 +0000
commit176b11e6ffb64ecb1af1e8f36f1d57cf208bf70f (patch)
tree7381287c30d7542753e2465135fa2846056e1518 /gst-libs
parent221bcf6f9705067532e46aa1c8e80fb710ca6a3a (diff)
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
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/ext/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am
index 672da1a..dfa1365 100644
--- a/gst-libs/ext/Makefile.am
+++ b/gst-libs/ext/Makefile.am
@@ -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