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
11e5e2eb
Commit
11e5e2eb
authored
Oct 23, 2013
by
Glenn Morris
Browse files
Fix whitespace in previous Makefile.in changes
parent
bc00793e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
6 deletions
+12
-6
Makefile.in
Makefile.in
+2
-1
lib-src/Makefile.in
lib-src/Makefile.in
+2
-1
lwlib/Makefile.in
lwlib/Makefile.in
+2
-1
nt/Makefile.in
nt/Makefile.in
+2
-1
oldXMenu/Makefile.in
oldXMenu/Makefile.in
+2
-1
src/Makefile.in
src/Makefile.in
+2
-1
No files found.
Makefile.in
View file @
11e5e2eb
...
...
@@ -164,7 +164,8 @@ bitmapdir=@bitmapdir@
# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
srcdir
=
@srcdir@
abs_srcdir
=
@abs_srcdir@
abs_top_srcdir
=
@abs_top_srcdir@
# MinGW CPPFLAGS may use this
# MinGW CPPFLAGS may use this.
abs_top_srcdir
=
@abs_top_srcdir@
# Where the manpage source files are kept.
mansrcdir
=
$(srcdir)
/doc/man
...
...
lib-src/Makefile.in
View file @
11e5e2eb
...
...
@@ -84,7 +84,8 @@ VPATH=@srcdir@
# The top-level source directory, also set by configure.
top_srcdir
=
@top_srcdir@
abs_top_srcdir
=
@abs_top_srcdir@
# MinGW CPPFLAGS may use this
# MinGW CPPFLAGS may use this.
abs_top_srcdir
=
@abs_top_srcdir@
# ==================== Emacs-specific directories ====================
...
...
lwlib/Makefile.in
View file @
11e5e2eb
...
...
@@ -23,7 +23,8 @@
# and set up to be configured by ../configure.
srcdir
=
@srcdir@
abs_top_srcdir
=
@abs_top_srcdir@
# MinGW CPPFLAGS may use this
# MinGW CPPFLAGS may use this.
abs_top_srcdir
=
@abs_top_srcdir@
VPATH
=
@srcdir@
@SET_MAKE@
C_SWITCH_X_SITE
=
@C_SWITCH_X_SITE@
...
...
nt/Makefile.in
View file @
11e5e2eb
...
...
@@ -76,7 +76,8 @@ VPATH=@srcdir@
# The top-level source directory, also set by configure.
top_srcdir
=
@top_srcdir@
abs_top_srcdir
=
@abs_top_srcdir@
# MinGW CPPFLAGS may use this
# MinGW CPPFLAGS may use this.
abs_top_srcdir
=
@abs_top_srcdir@
# ==================== Emacs-specific directories ====================
...
...
oldXMenu/Makefile.in
View file @
11e5e2eb
...
...
@@ -43,7 +43,8 @@
### Code:
srcdir
=
@srcdir@
abs_top_srcdir
=
@abs_top_srcdir@
# MinGW CPPFLAGS may use this
# MinGW CPPFLAGS may use this.
abs_top_srcdir
=
@abs_top_srcdir@
VPATH
=
@srcdir@
C_SWITCH_X_SITE
=
@C_SWITCH_X_SITE@
C_SWITCH_SYSTEM
=
@C_SWITCH_SYSTEM@
...
...
src/Makefile.in
View file @
11e5e2eb
...
...
@@ -28,7 +28,8 @@ SHELL = @SHELL@
# Here are the things that we expect ../configure to edit.
# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
srcdir
=
@srcdir@
abs_top_srcdir
=
@abs_top_srcdir@
# MinGW CPPFLAGS may use this
# MinGW CPPFLAGS may use this.
abs_top_srcdir
=
@abs_top_srcdir@
ntsource
=
$(srcdir)
/../nt
abs_builddir
=
@abs_builddir@
VPATH
=
$(srcdir)
...
...
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