*** Makefile.ORIG Tue Jul 1 10:46:56 2008 --- Makefile Tue Jul 1 10:47:27 2008 *************** *** 2,10 **** # Makefile for unarj 2.43 under Linux # ! CC = gcc ! CFLAGS = -O2 -Wall -ansi -pedantic -DUNIX ! INSTALLDIR=/usr/local/bin unarj: unarj.o decode.o environ.o $(CC) $(CFLAGS) -o unarj unarj.o decode.o environ.o --- 2,10 ---- # Makefile for unarj 2.43 under Linux # ! CC = cc ! CFLAGS = -O -DUNIX ! INSTALLDIR=/opt/freeware/bin unarj: unarj.o decode.o environ.o $(CC) $(CFLAGS) -o unarj unarj.o decode.o environ.o