Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d0b7952a
Commit
d0b7952a
authored
Mar 28, 2008
by
Andreas Schwab
Browse files
(SUBDIR_MAKEFILES): Add lisp/Makefile.
(lisp/Makefile): New rule.
parent
15c5c970
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+5
-2
No files found.
ChangeLog
View file @
d0b7952a
2008-03-28 Andreas Schwab <schwab@suse.de>
* Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
(lisp/Makefile): New rule.
2008-03-13 Glenn Morris <rgm@gnu.org>
* configure.in (AC_INIT): Fix version number.
...
...
Makefile.in
View file @
d0b7952a
...
...
@@ -262,8 +262,8 @@ EMACSFULL = `echo emacs-${version}${EXEEXT} | sed '$(TRANSFORM)'`
# leim is not included because it needs special handling.
SUBDIR
=
lib-src src
# The makefiles
of the directories in $SUBDIR
.
SUBDIR_MAKEFILES
=
lib-src/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispref/Makefile doc/lispintro/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile
# The
subdir
makefiles
created by config.status
.
SUBDIR_MAKEFILES
=
lib-src/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispref/Makefile doc/lispintro/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile
lisp/Makefile
# Subdirectories to install, and where they'll go.
# lib-src's makefile knows how to install it, so we don't do that here.
...
...
@@ -370,6 +370,9 @@ lwlib/Makefile: $(srcdir)/lwlib/Makefile.in config.status
leim/Makefile
:
$(srcdir)/leim/Makefile.in config.status
./config.status
lisp/Makefile
:
$(srcdir)/lisp/Makefile.in config.status
./config.status
# ==================== Installation ====================
## If we let lib-src do its own installation, that means we
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment