Changeset 4693 for trunk/Ohana/src/opihi/pcontrol/Makefile
- Timestamp:
- Aug 1, 2005, 4:54:17 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/Makefile
r4691 r4693 38 38 $(SDIR)/GetJobOutput.$(ARCH).o \ 39 39 $(SDIR)/HostOps.$(ARCH).o \ 40 $(SDIR)/IOBufferOps.$(ARCH).o \41 40 $(SDIR)/JobID.$(ARCH).o \ 42 41 $(SDIR)/JobOps.$(ARCH).o \ … … 74 73 install: $(DESTBIN)/pcontrol help 75 74 76 help: c md.basic.help cmd.data.help pcontrol.help75 help: clean-help cmd.basic.help pcontrol.help 77 76 78 77 # utilities ################################################# … … 111 110 rm -f `find . -name "#*"` 112 111 112 clean-help: 113 @if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi 114 rm -f $(DESTHLP)/* 115 113 116 dist: clean 114 117 rm -f $(BIN)/* … … 128 131 129 132 %.help: 130 @if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi131 133 rm -f $(HOME)/$*/help/*~ 132 134 rm -f $(HOME)/$*/help/#*
Note:
See TracChangeset
for help on using the changeset viewer.
