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
16bf4e32
Commit
16bf4e32
authored
Nov 09, 2004
by
Jan Djärv
Browse files
* Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
to ${OLDXMENU}.
parent
a7a7ddf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/ChangeLog
src/ChangeLog
+6
-1
src/Makefile.in
src/Makefile.in
+3
-3
No files found.
src/ChangeLog
View file @
16bf4e32
2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
to ${OLDXMENU}.
2004-11-09 Kim F. Storm <storm@cua.dk>
* process.c (Fmake_network_process): Remove kludge for interrupted
...
...
@@ -5,7 +10,7 @@
start over rather than sleeping and retry with same socket.
2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* .cvsignore: Add buildobj.lst.
* doc.c: New variable Vbuild_files.
...
...
src/Makefile.in
View file @
16bf4e32
...
...
@@ -962,7 +962,7 @@ prefix-args${EXEEXT}: prefix-args.c $(config_h)
#define OLDXMENU_OPTIONS
#endif
#if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS)
#if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS)
&& ! defined (HAVE_GTK)
/* We use stamp-xmenu with these two deps
to both ensure that lwlib gets remade based on its dependencies
...
...
@@ -1018,12 +1018,12 @@ really-oldXMenu:
@true /* make -t should not create really-oldXMenu. */
.PHONY: really-oldXMenu
#endif /* not USE_X_TOOLKIT */
#else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
#else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS
&& ! HAVE_GTK
) */
/* We don\'t really need this, but satisfy the dependency. */
stamp-oldxmenu:
touch stamp-oldxmenu
#endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
#endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS
&& ! HAVE_GTK
) */
../config.status:: epaths.in
@echo "The file epaths.h needs to be set up from epaths.in."
...
...
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