Enlightenment CVS committal Author : doursse Project : e17 Module : proto
Dir : e17/proto/exorcist/build Modified Files: Makefile Log Message: fix make install rule =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/exorcist/build/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile 21 Mar 2006 07:36:02 -0000 1.1 +++ Makefile 21 Mar 2006 11:17:11 -0000 1.2 @@ -68,11 +68,11 @@ # Installation #----------------------------------------------------------------------------- -install: $(BUILD_DIR)/$(PROG) +install: $(BUILD_DIR)/$(PROG_EXORCIST) @echo " D: $(bindir)" @$(INSTALL) -d $(DEST_DIR)$(bindir) @echo " I: $(bindir)/$(BIN_OBJECT)" - @$(INSTALL) -m 755 $(BUILD_DIR)/$(PROG) $(DEST_DIR)$(bindir)/$(PROG) + @$(INSTALL) -m 755 $(BUILD_DIR)/$(PROG_EXORCIST) $(DEST_DIR)$(bindir)/$(PROG_EXORCIST) #----------------------------------------------------------------------------- # Platorm specific file -- dumb rules for people executing make before ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs