summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-01-05 02:14:28 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-01-05 02:14:28 +0000
commit793ec4832af41d2dfa0320ee46fc86b6618736f6 (patch)
tree5d9169061a2089d265a7580b1985d9d0b31a8e39
parent480d707337713a4db5c81050a6f2cbb80483b82f (diff)
downloademacs-793ec4832af41d2dfa0320ee46fc86b6618736f6.tar.gz
(real_install): Create site-lisp in installation dir.
-rw-r--r--nt/makefile.nt1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt
index 9c34d0ea0f3..336dbfc836f 100644
--- a/nt/makefile.nt
+++ b/nt/makefile.nt
@@ -131,6 +131,7 @@ real_install:
- mkdir $(INSTALL_DIR)\info
- mkdir $(INSTALL_DIR)\lock
- mkdir $(INSTALL_DIR)\data
+ - mkdir $(INSTALL_DIR)\site-lisp
if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc
if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info
- $(DEL) ..\same-dir.tst