summaryrefslogtreecommitdiff
path: root/ffbuild/common.mak
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-12 00:59:58 -0300
committerJames Almer <jamrial@gmail.com>2017-11-12 00:59:58 -0300
commite0087a5624117a1d643e2cb433ecc4d536756dda (patch)
tree756081834f51883e7d1c5f7b00f6494c04f0eee4 /ffbuild/common.mak
parent64581372005d57e47ef6580ee2a0e81144f3e5d2 (diff)
parent7ebe7e8e7a76c0ce302f4f583ef0d14220031214 (diff)
downloadffmpeg-e0087a5624117a1d643e2cb433ecc4d536756dda.tar.gz
Merge commit '7ebe7e8e7a76c0ce302f4f583ef0d14220031214'
* commit '7ebe7e8e7a76c0ce302f4f583ef0d14220031214': build: Remove pkg-config files on clean instead of on distclean Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'ffbuild/common.mak')
-rw-r--r--ffbuild/common.mak3
1 files changed, 1 insertions, 2 deletions
diff --git a/ffbuild/common.mak b/ffbuild/common.mak
index 63a3c2f2d0..eb41b05ee6 100644
--- a/ffbuild/common.mak
+++ b/ffbuild/common.mak
@@ -163,8 +163,7 @@ $(TOOLOBJS): | tools
OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(SLIBOBJS) $(TESTOBJS))
-CLEANSUFFIXES = *.d *.o *~ *.h.c *.gcda *.gcno *.map *.ver *.version *.ho *$(DEFAULT_X86ASMD).asm *.ptx *.ptx.c
-DISTCLEANSUFFIXES = *.pc
+CLEANSUFFIXES = *.d *.gcda *.gcno *.h.c *.ho *.map *.o *.pc *.ptx *.ptx.c *.ver *.version *$(DEFAULT_X86ASMD).asm *~
LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
define RULES