blob: 5d81686282612c75f556408cd3647355a74dccdc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig Tue Jan 22 18:45:51 2002
+++ Makefile Tue Jan 22 18:46:40 2002
@@ -58,6 +58,8 @@
# this Makefile. If you can read Makefiles, feel free
# to do whatever you like.
+all: smm
+
smm: Makefile
@echo "--- Building startup file."
@if [ -z ${ITKWISH} ] ; then \
|