summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-02-06 21:46:02 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-02-06 21:46:02 +0000
commit58cfbc6c824b16d1ff4bd00546719346bd6e825a (patch)
treeae9d7463633fd751c5ade8eb7a191dfe5966ed63 /test
parent31e948ed4bc2122fdab183fbf08eb6743f63d717 (diff)
Use INSTALL_BIN instead of CP for Mac OS bundles...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5665 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index 16e7eb4ac..ec799779b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -276,12 +276,12 @@ buttons$(EXEEXT): buttons.o
blocks$(EXEEXT): blocks.o
echo Linking $@...
$(CXX) $(ARCHFLAGS) $(LDFLAGS) blocks.o -o $@ $(AUDIOLIBS) $(LINKFLTK) $(LDLIBS)
- $(CP) blocks$(EXEEXT) blocks.app/Contents/MacOS
+ $(INSTALL_BIN) blocks$(EXEEXT) blocks.app/Contents/MacOS
checkers$(EXEEXT): checkers.o
echo Linking $@...
$(CXX) $(ARCHFLAGS) $(LDFLAGS) checkers.o -o $@ $(LINKFLTK) $(LDLIBS)
- $(CP) checkers$(EXEEXT) checkers.app/Contents/MacOS
+ $(INSTALL_BIN) checkers$(EXEEXT) checkers.app/Contents/MacOS
clock$(EXEEXT): clock.o
@@ -395,7 +395,7 @@ subwindow$(EXEEXT): subwindow.o
sudoku: sudoku.o
echo Linking $@...
$(CXX) $(ARCHFLAGS) $(LDFLAGS) sudoku.o -o $@ $(AUDIOLIBS) $(LINKFLTKIMG) $(LDLIBS)
- $(CP) sudoku$(EXEEXT) sudoku.app/Contents/MacOS
+ $(INSTALL_BIN) sudoku$(EXEEXT) sudoku.app/Contents/MacOS
sudoku.exe: sudoku.o sudoku.rc
echo Linking $@...