unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Changes in lib/
@ 2011-05-07  9:35 Eli Zaretskii
  2011-05-07 21:33 ` Putting .h files into lib_SOURCES? (was: Changes in lib/) Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2011-05-07  9:35 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel

As result of recent changes in the lib/ subdirectory,
autogen/Makefile.in (which reflects changes in lib/Makefile.in at
least on some Posix platform) acquired the following strange change:

    +am__libgnu_a_SOURCES_DIST = allocator.c careadlinkat.c dtoastr.c \
    +       gettext.h ignore-value.h verify.h
    +am__objects_1 =
     am_libgnu_a_OBJECTS = allocator.$(OBJEXT) careadlinkat.$(OBJEXT) \
    -       dtoastr.$(OBJEXT)
    +       dtoastr.$(OBJEXT) $(am__objects_1) $(am__objects_1)

Why is $(am__objects_1) mentioned twice in the last line?  That's
harmless as long as the value is empty, but what if it becomes
non-empty?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-07 23:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07  9:35 Changes in lib/ Eli Zaretskii
2011-05-07 21:33 ` Putting .h files into lib_SOURCES? (was: Changes in lib/) Paul Eggert
2011-05-07 23:55   ` Putting .h files into lib_SOURCES? Bruno Haible

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).