From 9e24ddda92eae0884552708663e7162e203330d0 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 27 Jul 1999 04:06:50 +0000 Subject: [PATCH] (PACKAGEDIR): Default to @PACKAGEDIR@. --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index a165281..ac6f233 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -11,7 +11,7 @@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ SHELL = /bin/sh VPATH = @srcdir@ -PACKAGEDIR = +PACKAGEDIR = @PACKAGEDIR@ all total: rm -f *.elc auto-autoloads.el custom-load.el ; \ -- 1.7.10.4