]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix last two commits.
authorBruno Haible <bruno@clisp.org>
Tue, 4 Feb 2025 00:40:01 +0000 (01:40 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 4 Feb 2025 00:40:01 +0000 (01:40 +0100)
gettext-tools/libgettextpo/Makefile.am
libtextstyle/lib/Makefile.am

index f6e04f19b6ffec7e45045b99d2ce72e7368fc32f..4510f5fb1b95962968fa43b3704cbe94fbabd1b0 100644 (file)
@@ -180,7 +180,7 @@ config.h: $(BUILT_SOURCES)
                *.c | *.$(OBJEXT) | *.lo ) \
                  sf=`echo "$$f" | sed -e 's,^libgnu_la-,,' -e 's,\\.[^.]*$$,,'`.c; \
                  test -f $$sf || sf=$(srcdir)/$$sf; \
-                 of=`echo "$$f" | sed -e 's,^.*/,,' -e 's,\\.[^.]*$$,,'`.$(OBJEXT); \
+                 of=`echo "$$f" | sed -e 's,^.*/,,' -e 's,^libgnu_la-,,' -e 's,\\.[^.]*$$,,'`.$(OBJEXT); \
                  $(COMPILE) $(DEFS) $(GL_CFLAG_INHIBIT_WARNINGS) -c $$sf || { rm -f config.h; exit 1; }; \
                  sh ./exported.sh $$of 1>&5; \
                  rm -f $$of `echo "$$of" | sed -e 's,\\.$(OBJEXT)$$,.lo,'`; \
index 16eb50ba5663e786fe04a6a64af47327ff53484f..deba6a38b0d6a6f3fc0602d66bbe082b2a40928c 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the lib subdirectory of GNU libtextstyle.
-## Copyright (C) 2009-2024 Free Software Foundation, Inc.
+## Copyright (C) 2009-2025 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -226,7 +226,7 @@ config.h: $(BUILT_SOURCES) libtextstyle.sym
                  *.c | *.$(OBJEXT) | *.lo ) \
                    sf=`echo "$$f" | sed -e 's,^libtextstyle_la-,,' -e 's,\\.[^.]*$$,,'`.c; \
                    test -f $$sf || sf=$(srcdir)/$$sf; \
-                   of=`echo "$$f" | sed -e 's,^.*/,,' -e 's,\\.[^.]*$$,,'`.$(OBJEXT); \
+                   of=`echo "$$f" | sed -e 's,^.*/,,' -e 's,^libtextstyle_la-,,' -e 's,\\.[^.]*$$,,'`.$(OBJEXT); \
                    echo "$(COMPILE) $(GL_CFLAG_INHIBIT_WARNINGS) -c $$sf" 1>&6; \
                    $(COMPILE) $(GL_CFLAG_INHIBIT_WARNINGS) -c $$sf || { rm -f config.h; exit 1; }; \
                    sh ./exported.sh $$of 1>&5; \