d91ebbf
diff -u -r abiword-extras-2.6.0.orig/dictionary/Makefile.am abiword-extras-2.6.0/dictionary/Makefile.am
d91ebbf
--- abiword-extras-2.6.0.orig/dictionary/Makefile.am	2008-03-18 23:18:47.000000000 +0100
d91ebbf
+++ abiword-extras-2.6.0/dictionary/Makefile.am	2008-03-29 16:46:37.000000000 +0100
d91ebbf
@@ -1,17 +1,9 @@
d91ebbf
 
d91ebbf
 dictionarydir = $(DESTDIR)/$(ABIWORD_EXTRAS_PKGDATADIR)/dictionary
d91ebbf
 
d91ebbf
-if BIGENDIAN
d91ebbf
-hash = BigEndian32.american.hash
d91ebbf
-else
d91ebbf
-hash = LittleEndian32.american.hash
d91ebbf
-endif
d91ebbf
-
d91ebbf
 dictionary_DATA = \
d91ebbf
-	$(hash) \
d91ebbf
 	ca-ES-barbarism.xml \
d91ebbf
 	en-AU-barbarism.xml \
d91ebbf
-	es-MX-barbarism.xml\
d91ebbf
-	ispell_dictionary_list.xml
d91ebbf
+	es-MX-barbarism.xml
d91ebbf
 
d91ebbf
 EXTRA_DIST = $(dictionary_DATA)