From: kramm Date: Tue, 23 Nov 2004 17:15:38 +0000 (+0000) Subject: removed recursive call to h.263 Makefile. X-Git-Tag: release-0-6-3~139 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=28f1e1585e55bfc52b66f69af695c86df58c3990 removed recursive call to h.263 Makefile. --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 5fd2c2a..b821a58 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -46,7 +46,6 @@ uninstall: clean: rm -f *.o *.obj *.lo *.a *.la gmon.out cd lame && $(MAKE) clean && cd .. || true - cd h.263 && $(MAKE) clean && cd .. cd action && $(MAKE) clean && cd .. cd python && $(MAKE) clean && cd ..