summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-05-01 20:22:59 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-05-01 20:22:59 +0000
commit82195b6d686255fd432c161bc6963857b09c1b54 (patch)
tree9e72e3b3f89a0caeefe8b5c7cd451b5e007b018d
parent488f27d1ebe7a309f38643e6b71236d494201153 (diff)
STR #1641: fixing 'make clean'
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5792 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES2
-rw-r--r--test/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a2d916f5f..05f951dec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@ CHANGES IN FLTK 1.1.8
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
STR #1639, STR #1645, STR #1644)
- Allowing shortcuts in Tabs (STR #1652)
- - Fixed Makefile "make clean" (STR #1642, STR #1643)
+ - Fixed Makefile "make clean" (STR #1642, STR #1643, STR #1641)
- The sample RPM spec file now enables large file support
and threading support (STR #1603)
- Changed minimum contrast between background and text to
diff --git a/test/Makefile b/test/Makefile
index 8908a64f4..0da4908dd 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -185,6 +185,7 @@ clean:
$(RM) resize.cxx
$(RM) tabs.cxx
$(RM) valuators.cxx
+ $(RM) blocks.app/Contents/MacOS/blocks
$(RM) checkers.app/Contents/MacOS/checkers
$(RM) sudoku.app/Contents/MacOS/sudoku