diff -ur amap-4.6.orig/Makefile.am amap-4.6/Makefile.am --- amap-4.6.orig/Makefile.am 2004-09-27 09:36:40.792243656 -0400 +++ amap-4.6/Makefile.am 2004-09-27 09:36:40.928222984 -0400 @@ -1,11 +1,11 @@ CC=gcc -LIB=-lpcre -L./pcre-3.9/ -I./pcre-3.9/ +LIB=-lpcre OPT=-O2 OPT_DEBUG=-ggdb -Wall -lefence DIR=/bin SCRIPTS=appdefs.trig appdefs.resp appdefs.rpc MANPAGE=amap.1 -all: pcre strip +all: amap amapcrap pcre: cd pcre-3.9 && make diff -ur amap-4.6.orig/amap-inc.h amap-4.6/amap-inc.h --- amap-4.6.orig/amap-inc.h 2004-09-27 09:36:40.789244112 -0400 +++ amap-4.6/amap-inc.h 2004-09-27 09:36:40.930222680 -0400 @@ -20,7 +20,7 @@ #include #include #include -#include "pcre-3.9/pcre.h" +#include #ifdef OPENSSL #include #include diff -ur amap-4.6.orig/configure amap-4.6/configure --- amap-4.6.orig/configure 2004-09-27 09:36:40.795243200 -0400 +++ amap-4.6/configure 2004-09-27 09:36:53.814264008 -0400 @@ -13,9 +13,6 @@ exit 0 fi -cd pcre-3.9 || exit 1 -./configure || exit 1 -cd .. echo echo