Ignore:
Timestamp:
Sep 28, 2010, 1:19:10 PM (14 years ago)
Author:
rosiere
Message:

1) compatible gcc 4.4.3
2) Translation file in MORPHEO_PREFIX directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Makefile

    r91 r144  
    3535                        @\
    3636                        for i in $(DIR_LOCALE)/*/*/*.po; do             \
    37                                 dir=$$($(DIRNAME) $$i);                 \
     37                                dir_src=$$($(DIRNAME) $$i);             \
     38                                dir_dest=$(MORPHEO_PREFIX)/$$dir_src;   \
    3839                                file=$$($(BASENAME) $$i .po);           \
     40                                $(MKDIR) $$dir_dest;                    \
    3941                                $(ECHO) "Translate          : $$i";     \
    40                                 $(MSGFMT) $$i -o $$dir/$$file.mo;       \
     42                                $(MSGFMT) $$i -o $$dir_dest/$$file.mo;  \
    4143                        done
    4244
Note: See TracChangeset for help on using the changeset viewer.