Skip to content

Commit

Permalink
Fix "make distclean"...
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2637 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Sep 26, 2002
1 parent 1d1c50c commit a1b7e13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
@@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.12.2.6.2.13 2002/07/30 14:07:24 easysw Exp $"
# "$Id: Makefile,v 1.12.2.6.2.14 2002/09/26 01:15:33 easysw Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
Expand Down Expand Up @@ -73,8 +73,8 @@ distclean: clean
$(RM) documentation/fltk.ps
$(RM) -r documentation/fltk.d
for file in test/*.fl; do\
$(RM) `basename $file .fl`.cxx; \
$(RM) `basename $file .fl`.h; \
$(RM) test/`basename $file .fl`.cxx; \
$(RM) test/`basename $file .fl`.h; \
done

makeinclude: configure configh.in makeinclude.in
Expand All @@ -97,5 +97,5 @@ native-dist:


#
# End of "$Id: Makefile,v 1.12.2.6.2.13 2002/07/30 14:07:24 easysw Exp $".
# End of "$Id: Makefile,v 1.12.2.6.2.14 2002/09/26 01:15:33 easysw Exp $".
#

0 comments on commit a1b7e13

Please sign in to comment.