summaryrefslogtreecommitdiff
path: root/lang/clisp/files/patch-src__makemake.in
blob: b69c06445c777abf683e1b3bef0c6b2c3cb8513f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/makemake.in.orig	Mon Oct 15 15:16:52 2007
+++ ./src/makemake.in	Fri Dec  7 17:28:56 2007
@@ -1944,7 +1944,7 @@
 echol "psdir   = ${PSDIR}"
 echol "pdfdir  = ${PDFDIR}"
 echol "libdir  = ${LIBDIR}"
-echol "lisplibdir = \$(libdir)${NEXT_}\$(TOPDIR)"
+echol "lisplibdir = \$(libdir)${NEXT_}clisp"
 if [ -n "$USE_GETTEXT" ] ; then
   echol "localedir = ${LOCALEDIR}"
 fi