diff options
Diffstat (limited to 'translate/grt/Makefile')
| -rw-r--r-- | translate/grt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/translate/grt/Makefile b/translate/grt/Makefile index 2b60de150..5e0a7cdb9 100644 --- a/translate/grt/Makefile +++ b/translate/grt/Makefile @@ -31,13 +31,16 @@ exec_prefix=$(prefix) libdir=$(exec_prefix)/lib grt_libdir=$(libdir) -target=i686-pc-linux-gnu +target:=$(shell $(CC) -dumpmachine) all: grt-all install: grt-install clean: grt-clean $(RM) *~ +show_target: + echo "Target is $(target)" + include Makefile.inc |
