diff --git a/symbian/group/bldlinux.mk b/symbian/group/bldlinux.mk index 5e50ba97c..0056be68d 100644 --- a/symbian/group/bldlinux.mk +++ b/symbian/group/bldlinux.mk @@ -154,5 +154,10 @@ $(OBJDIR)/%.o: $(SRCDIR)/%.cpp $(NAME).mbg $(NAME).mbm: $(IMG_SRC) $(BMCONV) /h$(NAME).mbg $(NAME).mbm $(subst ..,/2..,$(IMG_SRC)) +# temporary hack until I get 'round to breaking the .rss file into +# common, 60 and 80 (with the latter two including the first). +$(NAME).rss: xwords.rss + ln -s $< $@ + clean: rm -f $(GENERATED) $(NAME).aifspec $(OBJECTS) $(MBG) *.mbm