From d0952607ac31de4bcf360b84d57c9b0d2e23f44a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 1 May 2007 14:28:23 +0000 Subject: STR #1643: make clean now also deleting fltk.spec git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 3 +-- Makefile | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f260b4d82..6ab62463b 100644 --- a/CHANGES +++ b/CHANGES @@ -3,8 +3,7 @@ CHANGES IN FLTK 1.1.8 - Documentation fixes (STR #1454, STR #1455, STR #1456, STR #1457, STR #1458, STR #1460, STR #1481, STR #1578, STR #1639) - - Fixed Makefile to remove category 6 man - pages (STR #1642) + - Fixed Makefile "make clean" (STR #1642, STR #1643) - 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/Makefile b/Makefile index dd3715761..27e7fb3d1 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ clean: distclean: clean $(RM) config.* $(RM) fltk-config fltk.list makeinclude + $(RM) fltk.spec $(RM) FL/Makefile $(RM) documentation/*.$(CAT1EXT) $(RM) documentation/*.$(CAT3EXT) -- cgit v1.2.3