*** Makefile.orig Sun Oct 1 00:59:42 2000 --- Makefile Tue Dec 31 23:16:45 2002 *************** *** 32,44 **** # If your machine have an alloca() in a libPW.a, please add -lPW to the LIBS. #LIBS = $(CANNALIB) -lcurses -lPW ! LIBS = $(CANNALIB) -lcurses # If your machine don't have an alloca(), please define ALLOCA. #ALLOCA = alloca.o ALLOCA = ! CC = cc # Objects which only depend on the "standard" includes OBJS = basic.o dir.o dired.o shell.o version.o window.o \ --- 32,46 ---- # If your machine have an alloca() in a libPW.a, please add -lPW to the LIBS. #LIBS = $(CANNALIB) -lcurses -lPW ! ###LIBS = $(CANNALIB) -lcurses ! LIBS = $(CANNALIB) -lncurses -L. # If your machine don't have an alloca(), please define ALLOCA. #ALLOCA = alloca.o ALLOCA = ! ###CC = cc ! CC = /compat/linux/opt/Embedix/tools/bin/arm-linux-gcc # Objects which only depend on the "standard" includes OBJS = basic.o dir.o dired.o shell.o version.o window.o \