diff options
| author | Carl E. Thompson <devel-fltk@carlthompson.net> | 2000-06-20 18:47:33 +0000 |
|---|---|---|
| committer | Carl E. Thompson <devel-fltk@carlthompson.net> | 2000-06-20 18:47:33 +0000 |
| commit | 463681c1ca48d148d9df2f64ac81a996b8b0547a (patch) | |
| tree | d839ac3046fcd2787811006961178a193e9bb977 /makefiles/Makefile.os2x | |
| parent | 52496ba47284b6362e28ebfd736900b72e1a0723 (diff) | |
Fixes for Cygwin and MinGW.
Carl
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1230 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles/Makefile.os2x')
| -rw-r--r-- | makefiles/Makefile.os2x | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/makefiles/Makefile.os2x b/makefiles/Makefile.os2x index 37b812460..8dbd42396 100644 --- a/makefiles/Makefile.os2x +++ b/makefiles/Makefile.os2x @@ -1,5 +1,5 @@ # -# "$Id: Makefile.os2x,v 1.6.2.2 2000/06/13 20:33:34 mike Exp $" +# "$Id: Makefile.os2x,v 1.6.2.3 2000/06/20 18:47:31 carl Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # @@ -67,12 +67,12 @@ clean: touch test/makedepend cd test & $(MAKE) clean -config.h: makefiles\config.os2x - copy $< $@ +config.h: makefiles/config.os2x + cp $< $@ -makeinclude: makefiles\makeinclude.os2x - copy $< $@ +makeinclude: makefiles/makeinclude.os2x + cp $< $@ # -# End of "$Id: Makefile.os2x,v 1.6.2.2 2000/06/13 20:33:34 mike Exp $". +# End of "$Id: Makefile.os2x,v 1.6.2.3 2000/06/20 18:47:31 carl Exp $". # |
