changeset 771:034aabc63022

Don't add type name labels in certain maps.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Jun 2009 03:07:35 +0000
parents d372287c95ed
children e6dcd7a659f1
files maps/Makefile.inc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/maps/Makefile.inc	Sun May 31 12:43:45 2009 +0000
+++ b/maps/Makefile.inc	Mon Jun 01 03:07:35 2009 +0000
@@ -8,10 +8,10 @@
 PATCHMAP_BIN=$(BINPATH)patchmap$(EXEEXT)
 
 %.tmp: %.map %.loc
-	$(MKLOC_BIN) -vt -o $@ -m $< -l $(patsubst %.map,%.loc,$<)
+	$(MKLOC_BIN) -v -o $@ -m $< -l $(patsubst %.map,%.loc,$<)
 
 %.tmp2: %.map %.loc
-	$(MKLOC_BIN) -vNt -o $@ -m $< -l $(patsubst %.map,%.loc,$<)
+	$(MKLOC_BIN) -vN -o $@ -m $< -l $(patsubst %.map,%.loc,$<)
 
 %.tmp3: %.loc
 	$(MKLOC_BIN) -vM -l $< -o $@