summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-06-28 16:35:17 -0700
committerGlenn Morris <rgm@gnu.org>2014-06-28 16:35:17 -0700
commit78cc32a19125350a7fc40623f93320b5718f1eb7 (patch)
treeaa8faf6261253b048f807da773a6406e6b5cbf72 /src/Makefile.in
parentef990bfd1f723e9a1be3079ffa2f96119db509bf (diff)
downloademacs-78cc32a19125350a7fc40623f93320b5718f1eb7.tar.gz
* src/Makefile.in ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a):
Fully revert earlier dumbness.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in8
1 files changed, 4 insertions, 4 deletions
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) \
## The following oldxmenu-related rules are only (possibly) used if
## HAVE_X11 && !USE_GTK, but there is no harm in always defining them.
-
-## This one needs globals.h to exist, eg for Vinstallation_directory.
-$(lwlibdir)/liblw.a: globals.h
+$(lwlibdir)/liblw.a: $(config_h) globals.h lisp.h FORCE
$(MAKE) -C $(lwlibdir) liblw.a
-$(oldXMenudir)/libXMenu11.a:
+$(oldXMenudir)/libXMenu11.a: FORCE
$(MAKE) -C $(oldXMenudir) libXMenu11.a
+FORCE:
+.PHONY: FORCE
../config.status: config.in epaths.in
@echo "The file ${?:.in=.h} needs to be set up from $?."