aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2014-06-28 16:35:17 -0700
committerGlenn Morris2014-06-28 16:35:17 -0700
commit78cc32a19125350a7fc40623f93320b5718f1eb7 (patch)
treeaa8faf6261253b048f807da773a6406e6b5cbf72 /src
parentef990bfd1f723e9a1be3079ffa2f96119db509bf (diff)
downloademacs-78cc32a19125350a7fc40623f93320b5718f1eb7.tar.gz
emacs-78cc32a19125350a7fc40623f93320b5718f1eb7.zip
* src/Makefile.in ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a):
Fully revert earlier dumbness.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/Makefile.in8
2 files changed, 6 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d96af327e47..d9f391982e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,7 @@
12014-06-28 Glenn Morris <rgm@gnu.org> 12014-06-28 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a): 3 * Makefile.in (mostlyclean): There are no libXMenu11.a,
4 Remove prerequisites, sub-makes will figure it out. 4 liblw.a in this directory.
5 (FORCE): Remove.
6 (mostlyclean): There are no libXMenu11.a, liblw.a in this directory.
7 5
82014-06-28 Andreas Schwab <schwab@linux-m68k.org> 62014-06-28 Andreas Schwab <schwab@linux-m68k.org>
9 7
diff --git a/src/Makefile.in b/src/Makefile.in
index ae16f023105..4d280c11da4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -498,12 +498,12 @@ temacs$(EXEEXT): $(LIBXMENU) $(ALLOBJS) \
498 498
499## The following oldxmenu-related rules are only (possibly) used if 499## The following oldxmenu-related rules are only (possibly) used if
500## HAVE_X11 && !USE_GTK, but there is no harm in always defining them. 500## HAVE_X11 && !USE_GTK, but there is no harm in always defining them.
501 501$(lwlibdir)/liblw.a: $(config_h) globals.h lisp.h FORCE
502## This one needs globals.h to exist, eg for Vinstallation_directory.
503$(lwlibdir)/liblw.a: globals.h
504 $(MAKE) -C $(lwlibdir) liblw.a 502 $(MAKE) -C $(lwlibdir) liblw.a
505$(oldXMenudir)/libXMenu11.a: 503$(oldXMenudir)/libXMenu11.a: FORCE
506 $(MAKE) -C $(oldXMenudir) libXMenu11.a 504 $(MAKE) -C $(oldXMenudir) libXMenu11.a
505FORCE:
506.PHONY: FORCE
507 507
508../config.status: config.in epaths.in 508../config.status: config.in epaths.in
509 @echo "The file ${?:.in=.h} needs to be set up from $?." 509 @echo "The file ${?:.in=.h} needs to be set up from $?."