Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-elisp-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Liljenberg
lyskom-elisp-client
Commits
704b872d
Commit
704b872d
authored
32 years ago
by
Linus Tolke
Browse files
Options
Downloads
Patches
Plain Diff
Removed the import.make dependencie of the Makefile.
parent
a0d557ca
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile
+8
-4
8 additions, 4 deletions
src/Makefile
with
8 additions
and
4 deletions
src/Makefile
+
8
−
4
View file @
704b872d
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment