diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-11-02 11:25:51 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-11-02 11:25:51 +0000 |
| commit | 28553f266f9b61837ae7c3018df0b8c3ac883c66 (patch) | |
| tree | 18e1bd44730405129ebba4641c1618ea02d4de26 /src | |
| parent | 962f924d049951f52f064e713ef5ece198b2417a (diff) | |
Reverted las Makefile changes. This is not acceptable because any modification tyo xutf8 file must be achieved in corresponding xutf Makefile. So Instead of cleaning the file generated by xutf Makefile by src makefile, you have to do that in the xutf8 Makefile instead.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6494 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index f7e5531a0..30a623d65 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 xutf8/*.o *.dll.a core.* *~ *.bak *.bck + -$(RM) *.o *.dll.a core.* *~ *.bak *.bck -$(RM) $(DSONAME) $(FLDSONAME) $(GLDSONAME) $(IMGDSONAME) \ $(LIBNAME) $(FLLIBNAME) $(GLLIBNAME) \ $(IMGLIBNAME) \ |
