IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2005, 4:54:17 AM (21 years ago)
Author:
eugene
Message:

moved sched/scheduler to psched

File:
1 edited

Legend:

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

    r4691 r4693  
    2828$(SDIR)/init.$(ARCH).o \
    2929$(SDIR)/pclient.$(ARCH).o \
    30 $(SDIR)/IOBufferOps.$(ARCH).o \
    3130$(SDIR)/ChildOps.$(ARCH).o \
    3231
     
    5453install: $(DESTBIN)/pclient help
    5554
    56 help: cmd.basic.help pclient.help
     55help: clean-help cmd.basic.help pclient.help
    5756
    5857# utilities #################################################
     
    9190        rm -f `find . -name "#*"`
    9291
     92clean-help:
     93        @if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi
     94        rm -f $(DESTHLP)/*
     95
    9396dist: clean
    9497        rm -f $(BIN)/*
Note: See TracChangeset for help on using the changeset viewer.