Author: AlbrechtS
Date: 2008-11-01 10:33:38 -0700 (Sat, 01 Nov 2008)
New Revision: 6493
Log:
make clean (and make distclean) now delete src/xutf/*.o
STR #2063


Modified:
   branches/branch-1.3/src/Makefile

Modified: branches/branch-1.3/src/Makefile
===================================================================
--- branches/branch-1.3/src/Makefile    2008-10-31 16:47:33 UTC (rev 6492)
+++ branches/branch-1.3/src/Makefile    2008-11-01 17:33:38 UTC (rev 6493)
@@ -418,7 +418,7 @@
                        $(IMAGELIBS) $(LDLIBS)
 
 clean:
-       -$(RM) *.o *.dll.a core.* *~ *.bak *.bck
+       -$(RM) *.o xutf8/*.o *.dll.a core.* *~ *.bak *.bck
        -$(RM) $(DSONAME) $(FLDSONAME) $(GLDSONAME) $(IMGDSONAME) \
                $(LIBNAME) $(FLLIBNAME) $(GLLIBNAME) \
                $(IMGLIBNAME) \

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to