diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-09-26 01:15:33 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-09-26 01:15:33 +0000 |
| commit | a1b7e13ba9f1fd26b813c9050ff48af7d5831cf7 (patch) | |
| tree | 6e217d5da47e7b7017b9cf8596d6cc87fbb2ad45 /Makefile | |
| parent | 1d1c50cc4f1aff55502fc03efe140bd8320ecadf (diff) | |
Fix "make distclean"...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2637 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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). # @@ -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 @@ -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 $". # |
