From 704b872d43e43ed026e81d8f99fbd1b32f62a7ae Mon Sep 17 00:00:00 2001
From: Linus Tolke Y <linus@lysator.liu.se>
Date: Thu, 4 Feb 1993 04:00:48 +0000
Subject: [PATCH] Removed the import.make dependencie of the Makefile.

---
 src/Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index 044c95ea..2f6ef04c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -24,7 +24,10 @@
 #
 # $Id$
 # $Log$
-# Revision 35.20  1992/07/30 19:49:22  linus
+# Revision 35.21  1993/02/04 04:00:48  linus
+# Removed the import.make dependencie of the Makefile.
+#
+# Revision 35.20  1992/07/30  19:49:22  linus
 # Moved around functions to the new reading.el file.
 #
 # Revision 35.19  1992/07/26  23:14:02  linus
@@ -88,11 +91,12 @@
 # Lagt till lyskom-clientversion-long
 #
 
-include Topdir.make
-include $(TOPDIR)/scripts/import.make
+GENERIC-CLEAN = *~ *.o core
+GENERIC-DIST-CLEAN = TAGS
+MKDIR = /bin/mkdir
 
 RM = /usr/gnu/bin/rm -vf
-EMACS-BATCH = emacs -batch -l /usr/local/lib/elisp/bytecomp
+EMACS-BATCH = emacs -batch -l /usr/local/var/elisp/bytecomp
 
 # NOTE: lyskom-rest.el must be the last file in PARTS-EL and SRC-ELC.
 PARTS-EL = komtypes.el clienttypes.el startup.el \
-- 
GitLab