*** empty log message ***
This commit is contained in:
parent
9dd16696ef
commit
471884cdf4
|
@ -1,5 +1,6 @@
|
||||||
|
SUF=m
|
||||||
MAKEFILE=../../proto/libg/Makefile
|
MAKEFILE=../../proto/libg/Makefile
|
||||||
MACHDEF="MACH=int22" "SUF=m"
|
MACHDEF="MACH=int22" "SUF=$(SUF)"
|
||||||
BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
|
BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
|
if ${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
|
||||||
echo `basename $1 $2`.m
|
then echo `basename $1 $2`.m
|
||||||
|
else exit 1
|
||||||
|
fi
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
SUF=m
|
||||||
MAKEFILE=../../proto/libg/Makefile
|
MAKEFILE=../../proto/libg/Makefile
|
||||||
MACHDEF="MACH=int" "SUF=m"
|
MACHDEF="MACH=int" "SUF=$(SUF)"
|
||||||
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
|
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
|
if ${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
|
||||||
echo `basename $1 $2`.m
|
then echo `basename $1 $2`.m
|
||||||
|
else exit 1
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue