Bug 352168: fix regression from bug 301945 that was causing tinderbox to burn, patch by Adam Guthrie <ispiked@gmail.com>, r=mscott

This commit is contained in:
gavin%gavinsharp.com 2006-09-24 15:03:38 +00:00
parent 9059857fe3
commit 1a06cf7693

View File

@ -48,7 +48,8 @@ MODULE = newsblog
EXPORT_DIR = $(DIST)/bin/defaults/isp
EXPORT_DIR_L10N = $(DIST)/bin/defaults/isp/$(AB_CD)
GARBAGE += $(addprefix $(EXPORT_DIR)/rss.rdf) $(addprefix $(EXPORT_L10N)/rss.rdf)
GARBAGE += $(addprefix $(EXPORT_DIR)/rss.rdf) \
$(addprefix $(EXPORT_DIR_L10N)/rss.rdf)
libs:: rss.rdf
$(INSTALL) $^ $(EXPORT_DIR)