[Saga-devel] saga SVN commit 3281: /trunk/
amerzky at cct.lsu.edu
amerzky at cct.lsu.edu
Wed Jan 14 14:47:16 CST 2009
User: amerzky
Date: 2009/01/14 02:47 PM
Modified:
/trunk/
Makefile
Log:
attempt to fix the build error on MacOS
A
File Changes:
Directory: /trunk/
==================
File [modified]: Makefile
Delta lines: +5 -4
===================================================================
--- trunk/Makefile 2009-01-14 20:43:12 UTC (rev 3280)
+++ trunk/Makefile 2009-01-14 20:47:07 UTC (rev 3281)
@@ -78,17 +78,18 @@
$(FALSE) ; \
}
+ifeq "$(filter install,$(MAKECMDGOALS))" ""
+ TYPE_INSTALL = "\n === you can type 'make install'"
+endif
+
all::
@$(ECHO) " ======================================================"
@$(ECHO) " === make was successfull"
-ifeq "$(filter install, $(MAKECMDGOALS))" ""
- @$(ECHO) " === you can type 'make install'"
-endif
@$(ECHO) " ======================================================"
install::
@$(ECHO) " ======================================================"
- @$(ECHO) " === make install was successfull"
+ @$(ECHO) " === make install was successfull" $(TYPE_INSTALL)
@$(ECHO) " ======================================================"
# directory dependencies
More information about the saga-devel
mailing list