Skip to content
Snippets Groups Projects
Commit 704b872d authored by Linus Tolke's avatar Linus Tolke
Browse files

Removed the import.make dependencie of the Makefile.

parent a0d557ca
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
# #
# $Id$ # $Id$
# $Log$ # $Log$
# 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 # Revision 35.20 1992/07/30 19:49:22 linus
# Moved around functions to the new reading.el file. # Moved around functions to the new reading.el file.
# #
...@@ -88,11 +91,12 @@ ...@@ -88,11 +91,12 @@
# Lagt till lyskom-clientversion-long # Lagt till lyskom-clientversion-long
# #
include Topdir.make GENERIC-CLEAN = *~ *.o core
include $(TOPDIR)/scripts/import.make GENERIC-DIST-CLEAN = TAGS
MKDIR = /bin/mkdir
RM = /usr/gnu/bin/rm -vf 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. # NOTE: lyskom-rest.el must be the last file in PARTS-EL and SRC-ELC.
PARTS-EL = komtypes.el clienttypes.el startup.el \ PARTS-EL = komtypes.el clienttypes.el startup.el \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment