summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-09-19 08:38:53 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-09-19 08:38:53 +0000
commit7a60537122d381d52eaf519dd5814efbf23e55ca (patch)
tree236f8ed8e2fbf24b3c176a809ea53457dd91c5d3 /test/Makefile
parenta962c9222e597d607cb03fa1cf16f1551ecb72ef (diff)
STR 1424: attempt to make test/Makefile more roboust for time shifts in fluid generated code
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5467 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index cda879b93..9c8ddf2f4 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -441,11 +441,10 @@ CubeView$(EXEEXT): CubeMain.o CubeView.o CubeViewUI.o
CubeMain.o CubeView.o CubeViewUI.o \
$(LINKFLTKGL) $(LINKFLTK) $(GLDLIBS)
$(POSTBUILD) $@ ../FL/mac.r
-CubeMain.o: CubeViewUI.h CubeView.h
+CubeMain.o: CubeViewUI.h CubeView.h CubeViewUI.cxx
CubeView.o: CubeView.h
-CubeViewUI.o: CubeViewUI.h
+CubeViewUI.o: CubeViewUI.cxx CubeViewUI.h
CubeViewUI.cxx: CubeViewUI.fl ../fluid/fluid$(EXEEXT)
-#CubeViewUI.h: CubeViewUI.fl ../fluid/fluid$(EXEEXT)
cube$(EXEEXT): cube.o
echo Linking $@...