1 diff -Naur cdecl-2.5_orig/Makefile cdecl-2.5/Makefile
2 --- cdecl-2.5_orig/Makefile 1996-01-15 23:36:38.000000000 -0600
3 +++ cdecl-2.5/Makefile 2010-09-04 03:18:43.000000000 -0500
6 CFLAGS= -s -O2 -DUSE_READLINE
8 -LIBS= -lreadline -ltermcap
10 ALLFILES= makefile cdgram.y cdlex.l cdecl.c cdecl.1 testset testset++
12 -MANDIR= /usr/man/man1
13 -CATDIR= /usr/man/cat1
15 +BINDIR= $(PREFIX)/bin
16 +MANDIR= $(PREFIX)/share/man/man1
17 +CATDIR= $(PREFIX)/share/man/cat1
19 INSTALL_DATA= install -c -m 644