From e7e19b15c75dca9eddd5d41eb105853c29ea55fd Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 6 Feb 2012 19:31:18 +0100 Subject: build: Only clean the architecture subdirectory we build for. This allows simplifying the Makefiles; it is no longer necessary to register arch subdirectory Makefiles, just putting them in place is enough. --- libavcodec/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 2327054..e4e5294 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -709,8 +709,6 @@ HOSTPROGS = aac_tablegen aacps_tablegen cbrt_tablegen cos_tablegen \ dv_tablegen motionpixels_tablegen mpegaudio_tablegen \ pcm_tablegen qdm2_tablegen sinewin_tablegen -DIRS = alpha arm avr32 bfin mips ppc sh4 sparc x86 - CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF) $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o -- cgit v1.1