Skip to content

Commit

Permalink
OpenGL demos didn't get built because the "include" was after the
Browse files Browse the repository at this point in the history
"all" target...


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1558 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Aug 5, 2001
1 parent 75da240 commit 208cf39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Makefile
@@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.19.2.7.2.5 2001/08/02 21:11:43 easysw Exp $"
# "$Id: Makefile,v 1.19.2.7.2.6 2001/08/05 16:28:03 easysw Exp $"
#
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
#
Expand All @@ -23,6 +23,8 @@
# Please report all bugs and problems to "fltk-bugs@fltk.org".
#

include ../makeinclude

CPPFILES =\
CubeMain.cxx CubeView.cxx adjuster.cxx arc.cxx ask.cxx \
bitmap.cxx boxtype.cxx browser.cxx button.cxx \
Expand Down Expand Up @@ -54,8 +56,6 @@ all: $(ALL) $(GLDEMOS)

gldemos: $(GLALL)

include ../makeinclude

# FLUID file rules
.fl.cxx .fl.h:
echo Generating $<...
Expand Down Expand Up @@ -127,5 +127,5 @@ install:
@echo Nothing to install in test directory.

#
# End of "$Id: Makefile,v 1.19.2.7.2.5 2001/08/02 21:11:43 easysw Exp $".
# End of "$Id: Makefile,v 1.19.2.7.2.6 2001/08/05 16:28:03 easysw Exp $".
#

0 comments on commit 208cf39

Please sign in to comment.