diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index a649ef8..f9cd6a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6647,7 +6647,7 @@ uninstall-info: uninstall-info-recursive # convenient to be able to explicitly make the intermediate files when you want # to deal with a problem in the MIG stub generator. -# TODO. Get rid of the following four rules and the lib_dep_tr_for_defs.a +# TODO. Get rid of the following six rules and the lib_dep_tr_for_defs.a # machinery (see Makefrag.am and i386/Makefrag.am). %.server.defs.c: %.srv rm -f $@ @@ -6660,17 +6660,17 @@ uninstall-info: uninstall-info-recursive -sheader $*.server.h -server $*.server.c \ -user /dev/null -header /dev/null \ < $< -%.msgids: lib_dep_tr_for_defs_a-%.server.defs.$(OBJEXT) - $(MIGCOM) $(MIGCOMFLAGS) \ - -n -list $@ \ +%.server.msgids: lib_dep_tr_for_defs_a-%.server.defs.$(OBJEXT) + $(MIGCOM) $(MIGCOMFLAGS) $(MIGCOMSFLAGS) \ + -n -list $@ \ < $< %.user.h %.user.c: lib_dep_tr_for_defs_a-%.user.defs.$(OBJEXT) $(MIGCOM) $(MIGCOMFLAGS) $(MIGCOMUFLAGS) \ -user $*.user.c -server /dev/null -header $*.user.h \ < $< -%.msgids: lib_dep_tr_for_defs_a-%.user.defs.$(OBJEXT) - $(MIGCOM) $(MIGCOMFLAGS) \ - -n -list $@ \ +%.user.msgids: lib_dep_tr_for_defs_a-%.user.defs.$(OBJEXT) + $(MIGCOM) $(MIGCOMFLAGS) $(MIGCOMUFLAGS) \ + -n -list $@ \ < $< # TODO. Get rid of the .srv files and rather use .defs files and MIG*SFLAGS? @@ -6728,7 +6728,7 @@ install-data-hook: rm -f '$(DESTDIR)$(include_machdir)'/machine ln -s '$(systype)' '$(DESTDIR)$(include_machdir)'/machine gnumach.msgids: $(nodist_lib_dep_tr_for_defs_a_SOURCES) - rm -f gnumach.msgids + rm -f $@ for f in $(nodist_lib_dep_tr_for_defs_a_SOURCES); do \ f=`expr "$$f" : '\(.*\)\.defs\.c'`.msgids && \ $(MAKE) $(AM_MAKEFLAGS) "$$f" && \ |