Browse Source

Simplify CLEANFILES make variable by using wildcards.

Also ensures that generated file cos_fixed_tables.c is deleted on 'make clean'.
tags/n0.8
Diego Biurrun 14 years ago
parent
commit
d9a69f730e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/Makefile

+ 1
- 1
libavcodec/Makefile View File

@@ -670,7 +670,7 @@ HOSTPROGS = costablegen

DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86

CLEANFILES = sin_tables.c cos_tables.c *_tables.h *_tablegen$(HOSTEXESUF)
CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF)

include $(SUBDIR)../subdir.mak



Loading…
Cancel
Save