summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorRestorerZ <restorer@mail2k.ru>2024-01-22 20:28:12 +0100
committerChristian Brabandt <cb@256bit.org>2024-01-22 20:38:38 +0100
commit76ba724e1d56b00e72834a9203855f0656dcbb58 (patch)
tree07ae99ab11d5d51e31379833dbe41eb534cca795 /src/Makefile
parent91155eb31fbb344b8407664cd8d25d907eda6969 (diff)
patch 9.1.0044: po Makefiles can be improvedv9.1.0044
Problem: po Makefiles can be improved Solution: Improve the style of the Makefiles, update Makefile variables, update documentation (RestorerZ) closes: #13858 closes: #13857 Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 59511d2b34..33903d3d35 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2070,7 +2070,7 @@ xxd/xxd$(EXEEXT): xxd/xxd.c
languages:
@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
cd $(PODIR); \
- CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix); \
+ CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix) originals; \
fi
-@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
cd $(PODIR); \