Fix bustage from bug 301945, r=ispiked

This commit is contained in:
gavin%gavinsharp.com 2006-09-28 02:16:21 +00:00
Родитель 7ae4a50fd9
Коммит d0444a2474
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -48,8 +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_DIR_L10N)/rss.rdf)
GARBAGE += $(EXPORT_DIR)/rss.rdf \
$(EXPORT_DIR_L10N)/rss.rdf
libs:: rss.rdf
$(INSTALL) $^ $(EXPORT_DIR)