diff Makefile.in.in @ 1349:2e6e691f6649

[xemacs-hg @ 2003-03-09 17:23:50 by scop] Get rid of pkgdir (unused) <1046527597.1660.342.camel@bobcat.ods.org>.
author scop
date Sun, 09 Mar 2003 17:23:59 +0000
parents 4542b72c005e
children 049c7092a496
line wrap: on
line diff
--- a/Makefile.in.in	Sun Mar 09 13:24:48 2003 +0000
+++ b/Makefile.in.in	Sun Mar 09 17:23:59 2003 +0000
@@ -120,9 +120,6 @@
 ## ${lispdir} and ${etcdir} are subdirectories of this.
 datadir=@datadir@
 
-## Where to find XEmacs packages.
-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;
@@ -472,7 +469,7 @@
 ## make-path instead of mkdir.  Not all mkdirs have the `-p' flag.
 mkdir: FRC.mkdir
 	${MAKEPATH} ${COPYDESTS} ${docdir} ${infodir} ${archlibdir} \
-	  ${mandir} ${bindir} ${datadir} ${libdir} ${pkgdir} \
+	  ${mandir} ${bindir} ${datadir} ${libdir} \
 #ifdef HAVE_SHLIB
 	  ${moduledir} ${sitemoduledir} \
 #endif