Update of /cvsroot/arcem/arcem
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28640
Modified Files:
Makefile
Log Message:
Pat Beilby points out that `make install' is trying to put armul into
/usr/local/bin whereas the executable is called arcem. It would seem
that the target `install' only makes sense for Unix-like systems at the
moment anyway, so use $(TARGET) instead and add an install of the sample
arcemrc to $HOME/.arcemrc if one doesn't already exist.
Index: Makefile
===================================================================
RCS file: /cvsroot/arcem/arcem/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile 20 Apr 2008 11:20:56 -0000 1.35
+++ Makefile 31 Oct 2008 16:22:25 -0000
@@ -188,7 +188,8 @@
all: $(TARGET)
install: all
- $(INSTALL) armul $(INSTALL_DIR)
+ $(INSTALL) $(TARGET) $(INSTALL_DIR)
+ f=arcemrc; test -f $$HOME/.$$f || $(INSTALL) $$f $(HOME)/.$$f
$(TARGET): $(OBJS) $(MODEL).o
$(LD) $(LDFLAGS) $(OBJS) $(LIBS) $(MODEL).o -o $@
Files changed:
modify Makefile 1.35 1.36
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
arcem-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/arcem-cvs