--- nedit-5.4/makefiles/Makefile.macosx.orig Mon Jul 1 05:47:10 2002 +++ nedit-5.4/makefiles/Makefile.macosx Mon Jul 1 05:42:43 2002 @@ -8,7 +8,7 @@ # Change this line to point at the location your Motif libraries/headers are # installed. (e.g. /usr/local or /sw) Use "locate libXm." to find the # libraries, then remove the /lib suffix. -MOTIFDIR=/usr/local +MOTIFDIR=@PREFIX@ # Use the first line if you're using OpenMotif, use the second if you're using # LessTif from Fink. @@ -18,8 +18,8 @@ # Use the first line to link to Motif statically (highly recommended) or the # second line to link dynamically. With Fink you'll probably have to use # dynamic linking, since they don't normally distribute the static libraries. -MOTIFLINK=${MOTIFDIR}/lib/libXm.a -#MOTIFLINK=-L${MOTIFDIR}/lib -lXm.2 +#MOTIFLINK=${MOTIFDIR}/lib/libXm.a +MOTIFLINK=-L${MOTIFDIR}/lib -lXm.2 ############### You shouldn't need to edit anything below here ##############