From b66d84771b6a1b6eb2911a882f14810c9bb56714 Mon Sep 17 00:00:00 2001 From: martin-s Date: Thu, 24 Apr 2008 15:58:53 +0000 Subject: [PATCH] Fix:Core:Fix make clean git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1028 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/src/maps/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/navit/src/maps/Makefile.am b/navit/src/maps/Makefile.am index ac5e41e..06b3d41 100644 --- a/navit/src/maps/Makefile.am +++ b/navit/src/maps/Makefile.am @@ -17,7 +17,7 @@ $(SAMPLE_MAP).bin $(SAMPLE_MAP).xml: $(SAMPLE_MAP).osm.bz2 $(top_builddir)/src/o mv $(SAMPLE_MAP).bin.tmp $(SAMPLE_MAP).bin echo '' >$(SAMPLE_MAP).xml -distclean-local: - rm -f $(SAMPLE_MAP).osm.bz2 $(SAMPLE_MAP).bin +distclean-local: + rm -f $(SAMPLE_MAP).osm.bz2 $(SAMPLE_MAP).bin $(SAMPLE_MAP).xml all: -- 2.7.4