summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-02-02 08:58:33 +0000
committerManolo Gouy <Manolo>2016-02-02 08:58:33 +0000
commit54c1c935e6d7c6456c951aecf84c242652bc7b1a (patch)
tree327e8aea0cb2d57488b0489c65e780ac251bd545 /test/Makefile
parent5866281d4fd06c55775f7bdd5ba09ef5d5db3ac7 (diff)
Stop using ide/Xcode4/plists/editor-Info.plist because ide will be removed.
This file is moved to the test/ directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11120 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 3f55f89de..1e3699b57 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -342,7 +342,7 @@ editor$(EXEEXT): editor.o
echo Linking $@...
$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) editor.o -o $@ $(LINKFLTKIMG) $(LDLIBS)
$(OSX_ONLY) ../fltk-config --post $@
- $(OSX_ONLY) cp -f ../ide/Xcode4/plists/editor-Info.plist editor.app/Contents/Info.plist
+ $(OSX_ONLY) cp -f editor-Info.plist editor.app/Contents/Info.plist
fast_slow$(EXEEXT): fast_slow.o
fast_slow.cxx: fast_slow.fl ../fluid/fluid$(EXEEXT)