diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-02 18:08:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-02 18:08:36 +0000 |
| commit | bff75e491ab2e03e02ff52262c79dbdc1533b88a (patch) | |
| tree | f6164861ed156d777fe5812c225ef7873cd9bc5b /Makefile | |
| parent | eabd932d4171fa72cb83e822e8e7202f9fc97bb3 (diff) | |
OpenGL stuff is now in libfltkgl.*
Added support for shared libraries under AIX.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1519 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.12.2.6.2.2 2001/08/02 15:31:59 easysw Exp $" +# "$Id: Makefile,v 1.12.2.6.2.3 2001/08/02 18:08:36 easysw Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # @@ -57,7 +57,7 @@ distclean: clean makeinclude: configure configh.in makeinclude.in if test -f config.status; then \ - ./config.status --recheck; \ + ./config.status; \ else \ ./configure; \ fi @@ -66,5 +66,5 @@ configure: configure.in autoconf # -# End of "$Id: Makefile,v 1.12.2.6.2.2 2001/08/02 15:31:59 easysw Exp $". +# End of "$Id: Makefile,v 1.12.2.6.2.3 2001/08/02 18:08:36 easysw Exp $". # |
