Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28913
Modified Files:
Makefile.am
Log Message:
Minor coloring fix.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am 30 Dec 2003 13:22:06 -0000 1.11
+++ Makefile.am 31 Dec 2003 14:29:02 -0000 1.12
@@ -98,7 +98,7 @@
echo -e "$(ACTIONCOLOR)\\c"; \
echo -e "$(WELLCOLOR)Successfully compiled \\c"; \
echo -e "$(WARNINGCOLOR)$(BUILD)\\c"; \
- echo -e "$(OUTPUTCOLOR)$@$(WELLCOLOR) binary!"; \
+ echo -e "$(OUTPUTCOLOR)$@$(WELLCOLOR) binary!$(ACTIONCOLOR)"; \
echo -e "$(ACTIONCOLOR)Now cd to src/ dir and type $(OUTPUTCOLOR)./$@$(ACTIONCOLOR) to start the application."; \
else \
echo -e "failed:"; \
|