diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:27:13 +0100 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:27:13 +0100 |
commit | 26c68ea445a12d980b119bf2883329dc1cf801a0 (patch) | |
tree | 1ea69bd09332784d62463e41a4ed5c52c520bc21 /v4l2-apps/libv4l/libv4l1/Makefile | |
parent | 7fcf1772e48bd67d6a5a58145fd6e65c7db96b14 (diff) | |
download | mediapointer-dvb-s2-26c68ea445a12d980b119bf2883329dc1cf801a0.tar.gz mediapointer-dvb-s2-26c68ea445a12d980b119bf2883329dc1cf801a0.tar.bz2 |
libv4l: remove .orig and .rej files on make clean and simplify make export
From: Hans de Goede <hdegoede@redhat.com>
libv4l: remove .orig and .rej files on make clean and simplify make export
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/libv4l1/Makefile')
-rw-r--r-- | v4l2-apps/libv4l/libv4l1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/libv4l/libv4l1/Makefile b/v4l2-apps/libv4l/libv4l1/Makefile index 80ba282a5..9f30cbb0f 100644 --- a/v4l2-apps/libv4l/libv4l1/Makefile +++ b/v4l2-apps/libv4l/libv4l1/Makefile @@ -69,7 +69,7 @@ endif install -m 644 libv4l1.pc $(DESTDIR)$(LIBDIR)/pkgconfig clean:: - rm -f *.a *.so* *.o *.d libv4l1.pc log *~ + rm -f *.a *.so* *.o *.d libv4l1.pc log *~ *.orig *.rej %.o: %.c $(CC) -c -MMD $(CPPFLAGS) $(CFLAGS) -o $@ $< |