IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2004, 10:47:02 PM (22 years ago)
Author:
eugene
Message:

fixed makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/shell/Makefile

    r2477 r2510  
    3434
    3535install:
     36        @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi
    3637        for file in $(CODE); do \
    3738        (chmod +x src/$$file && cd $(DESTBIN) && rm -f $$file && ln -s $(HOME)/src/$$file .); \
Note: See TracChangeset for help on using the changeset viewer.