From 82195b6d686255fd432c161bc6963857b09c1b54 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 1 May 2007 20:22:59 +0000 Subject: STR #1641: fixing 'make clean' git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5792 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 2 +- test/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3