Changeset 105


Ignore:
Timestamp:
07/26/07 11:46:30 (17 years ago)
Author:
mafoipsl
Message:

Use /bin/pwd instead of pwd to allow batch compilation on brodie (IDRIS NEC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/src/AA_make

    r53 r105  
    66 @$(error You must invoke this Makefile with the $(M_K) command) 
    77endif 
    8 USER_DIR = $(shell pwd) 
     8USER_DIR = $(shell /bin/pwd) 
    99MAKE_DIR = '??' 
    1010ifneq ($(USER_DIR),$(MAKE_DIR)) 
Note: See TracChangeset for help on using the changeset viewer.