summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-01 14:40:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-01 14:40:09 +0100
commit0a92c13ff4886facef23ca36f8b3f93cd30ec079 (patch)
treea4ed438f79780ade4decb5a003a59929c6308a5f /Makefile
parenta2c2926079e1834ae66935ce63140ae0dcd3d6c8 (diff)
downloadvdr-0a92c13ff4886facef23ca36f8b3f93cd30ec079.tar.gz
vdr-0a92c13ff4886facef23ca36f8b3f93cd30ec079.tar.bz2
Removing 'core*' in 'make clean'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 38597e8d..f74179d9 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.29 2002/01/13 16:57:27 kls Exp $
+# $Id: Makefile 1.30 2002/02/01 14:40:09 kls Exp $
.DELETE_ON_ERROR:
@@ -105,7 +105,7 @@ $(DTVLIB) $(DTVDIR)/libdtv.h:
clean:
make -C $(AC3DIR) clean
make -C $(DTVDIR) clean
- -rm -f $(OBJS) $(DEPFILE) vdr genfontfile genfontfile.o core *~
+ -rm -f $(OBJS) $(DEPFILE) vdr genfontfile genfontfile.o core* *~
fontclean:
-rm -f fontfix.c fontosd.c
CLEAN: clean fontclean