Skip to content

Commit

Permalink
intl: use configured make
Browse files Browse the repository at this point in the history
Change-Id: I5b538d481ac91ed0e8fecff806f02f76d733655c
  • Loading branch information
cooljeanius committed Oct 16, 2024
1 parent dc8f1e4 commit e4cd87b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/intl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ all-local:
.PHONY: all-local

all-yes: libintl.la intlh.inst libintl.a libintl.h config.intl @MAINT@ config.status
@test -e Makefile_orig && make -f Makefile_orig
@echo "$@" && test -r Makefile_orig && test -s Makefile_orig && $(MAKE) -f Makefile_orig
all-no: @MAINT@ config.status
@test -e Makefile_orig && make -f Makefile_orig
@echo "$@" && test -r Makefile_orig && test -s Makefile_orig && $(MAKE) -f Makefile_orig
install-info-local:
.PHONY: install-info-local

Expand Down
4 changes: 2 additions & 2 deletions src/intl/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1164,9 +1164,9 @@ all-local:
.PHONY: all-local

all-yes: libintl.la intlh.inst libintl.a libintl.h config.intl @MAINT@ config.status
@test -e Makefile_orig && make -f Makefile_orig
@echo "$@" && test -r Makefile_orig && test -s Makefile_orig && $(MAKE) -f Makefile_orig
all-no: @MAINT@ config.status
@test -e Makefile_orig && make -f Makefile_orig
@echo "$@" && test -r Makefile_orig && test -s Makefile_orig && $(MAKE) -f Makefile_orig
install-info-local:
.PHONY: install-info-local

Expand Down

0 comments on commit e4cd87b

Please sign in to comment.