diff Makefile.in @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +0200
parents 59463afc5666
children 3bb7ccffb0c0
line wrap: on
line diff
--- a/Makefile.in	Mon Aug 13 09:38:27 2007 +0200
+++ b/Makefile.in	Mon Aug 13 09:39:39 2007 +0200
@@ -90,6 +90,8 @@
 # and ${etcdir} are subdirectories of this.
 datadir=@datadir@
 
+pkgdir=@pkgdir@
+
 # Where to install and expect the files that XEmacs modifies as it
 # runs.	 These files are all architecture-independent. Right now, the
 # only such data is the locking directory; ${lockdir} is a
@@ -420,7 +422,7 @@
 ### instead of mkdir.  Not all systems' mkdirs have the `-p' flag.
 mkdir: FRC.mkdir
 	${MAKEPATH} ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
-	  ${bindir} ${datadir} ${libdir} ${sitelispdir}
+	  ${bindir} ${datadir} ${libdir} ${sitelispdir} ${pkdir}
 	-chmod 0777 ${lockdir}
 
 ### Delete all the installed files that the `install' target would