Ignore:
Timestamp:
Jan 30, 2004, 3:59:48 PM (22 years ago)
Author:
bird
Message:

Corrected PATH changing statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/gprof/po/Make-in

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r1117 r1118  
    3131CC = @CC@
    3232GENCAT = @GENCAT@
    33 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
     33GMSGFMT = PATH="../src@PATH_SEPARATOR@$$PATH" @GMSGFMT@
    3434MSGFMT = @MSGFMT@
    35 XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
    36 MSGMERGE = PATH=../src:$$PATH msgmerge
     35XGETTEXT = PATH="../src@PATH_SEPARATOR@$$PATH" @XGETTEXT@
     36MSGMERGE = PATH="../src@PATH_SEPARATOR@$$PATH" msgmerge
    3737
    3838DEFS = @DEFS@
     
    211211update-po: Makefile
    212212        $(MAKE) $(PACKAGE).pot
    213         PATH=`pwd`/../src:$$PATH; \
     213        PATH="`pwd`/../src@PATH_SEPARATOR@$$PATH"; \
    214214        cd $(srcdir); \
    215215        catalogs='$(CATALOGS)'; \
Note: See TracChangeset for help on using the changeset viewer.