diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-06-08 11:22:32 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-06-08 11:22:32 +0200 |
commit | f78597ecea4ce107d99124eca84df338bfcbb29a (patch) | |
tree | 78362cd8f3c367afbb2d6142fd6a5a026498a6c9 /v4l2-apps/libv4l/libv4lconvert | |
parent | 77e3c46ba9e763ac240f56d9365208c422fc6b20 (diff) | |
download | mediapointer-dvb-s2-f78597ecea4ce107d99124eca84df338bfcbb29a.tar.gz mediapointer-dvb-s2-f78597ecea4ce107d99124eca84df338bfcbb29a.tar.bz2 |
libv4l: remove DEADJOE files during make clean
From: Gregor Jasny <gjasny@googlemail.com>
libv4l: remove DEADJOE files during make clean
Priority: normal
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/libv4lconvert')
-rw-r--r-- | v4l2-apps/libv4l/libv4lconvert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/Makefile b/v4l2-apps/libv4l/libv4lconvert/Makefile index 86d6012ac..0e10acc8f 100644 --- a/v4l2-apps/libv4l/libv4lconvert/Makefile +++ b/v4l2-apps/libv4l/libv4lconvert/Makefile @@ -69,7 +69,7 @@ endif clean:: rm -f *.a *.so* *.o *.d */*.o */*.d libv4lconvert.pc log *~ */*~ - rm -f *.orig *.rej */*.orig */*.rej + rm -f *.orig *.rej */*.orig */*.rej DEADJOE */DEADJOE *-decomp %.o: %.c $(CC) -Wp,-MMD,"$*.d",-MQ,"$@",-MP -c $(CPPFLAGS) $(CFLAGS) -o $@ $< |