diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-01 14:40:09 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-01 14:40:09 +0100 |
commit | 0a92c13ff4886facef23ca36f8b3f93cd30ec079 (patch) | |
tree | a4ed438f79780ade4decb5a003a59929c6308a5f /Makefile | |
parent | a2c2926079e1834ae66935ce63140ae0dcd3d6c8 (diff) | |
download | vdr-0a92c13ff4886facef23ca36f8b3f93cd30ec079.tar.gz vdr-0a92c13ff4886facef23ca36f8b3f93cd30ec079.tar.bz2 |
Removing 'core*' in 'make clean'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |