Fixed make clean bug for the tai package (reported by Roberto Bagnara).

This commit is contained in:
Paulo Moura 2010-11-29 15:36:23 +00:00
parent fe1fbaf6f7
commit e784d72c22

View File

@ -56,4 +56,4 @@ install: all
clean:
rm -f *.o *~ $(OBJS) $(SOBJS) *.BAK
-(cd libtai && $(MAKE) clean)