summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-11-01 17:33:38 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-11-01 17:33:38 +0000
commit962f924d049951f52f064e713ef5ece198b2417a (patch)
tree48fc2258ce384a36b9a8641d828586c8a4a94ec9
parentd67cb76d5a379efb236bffd9a55981361040c545 (diff)
make clean (and make distclean) now delete src/xutf/*.o
STR #2063 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6493 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 30a623d65..f7e5531a0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -418,7 +418,7 @@ mgwfltknox_images-1.3.dll: $(IMGLIBNAME) mgwfltknox-1.3.dll
$(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) \