*** empty log message ***
authorceriel <none@none>
Fri, 30 Jan 1987 19:58:55 +0000 (19:58 +0000)
committerceriel <none@none>
Fri, 30 Jan 1987 19:58:55 +0000 (19:58 +0000)
mach/em22/libbc/Makefile
mach/em22/libbc/compmodule
mach/em22/libpc/Makefile
mach/em22/libpc/compmodule

index 2a46946..3b9dc3a 100644 (file)
@@ -1,5 +1,6 @@
+SUF=m
 MAKEFILE=../../proto/libg/Makefile
-MACHDEF="MACH=int22" "SUF=m"
+MACHDEF="MACH=int22" "SUF=$(SUF)"
 BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
 
 install:
index 330b4ae..1c3c2ec 100755 (executable)
@@ -1,2 +1,4 @@
-${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
-echo `basename $1 $2`.m
+if ${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
+then echo `basename $1 $2`.m
+else exit 1
+fi
index e96da05..9258cac 100644 (file)
@@ -1,5 +1,6 @@
+SUF=m
 MAKEFILE=../../proto/libg/Makefile
-MACHDEF="MACH=int" "SUF=m"
+MACHDEF="MACH=int" "SUF=$(SUF)"
 PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
 
 install:
index 330b4ae..1c3c2ec 100755 (executable)
@@ -1,2 +1,4 @@
-${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
-echo `basename $1 $2`.m
+if ${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
+then echo `basename $1 $2`.m
+else exit 1
+fi