diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 4de8556a997..fda65be7084 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -669,7 +669,7 @@ temacs$(EXEEXT): $(START_FILES) stamp-oldxmenu $(obj) $(otherobj) $(lib)/libgnu. | |||
| 669 | ## The following oldxmenu-related rules are only (possibly) used if | 669 | ## The following oldxmenu-related rules are only (possibly) used if |
| 670 | ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them | 670 | ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them |
| 671 | ## (provided we take a little care that OLDXMENU is never empty). | 671 | ## (provided we take a little care that OLDXMENU is never empty). |
| 672 | really-lwlib: | 672 | really-lwlib: globals.h |
| 673 | cd $(lwlibdir); $(MAKE) $(MFLAGS) \ | 673 | cd $(lwlibdir); $(MAKE) $(MFLAGS) \ |
| 674 | CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)' | 674 | CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)' |
| 675 | @true # make -t should not create really-lwlib. | 675 | @true # make -t should not create really-lwlib. |