IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2004, 2:30:56 PM (22 years ago)
Author:
eugene
Message:

mods to makefiles to fix solaris compile

File:
1 edited

Legend:

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

    r2774 r2833  
    3333
    3434$(PROGRAM) $(LIBS) $(EXTRAS):
    35         if [ -e "$@" ]; then (cd $@ && make); fi
     35        if [ -d "$@" ]; then (cd $@ && make); fi
    3636
    3737%.install:
    38         if [ -e "$*" ]; then make $*; fi
    39         if [ -e "$*" ]; then (cd $* && make install); fi
     38        if [ -d "$*" ]; then make $*; fi
     39        if [ -d "$*" ]; then (cd $* && make install); fi
    4040
    4141%.clean:
    42         if [ -e "$*" ]; then (cd $* && make clean); fi
     42        if [ -d "$*" ]; then (cd $* && make clean); fi
    4343
    4444.PHONY: $(PROGRAM) $(LIBS)
Note: See TracChangeset for help on using the changeset viewer.