Changeset 41710 for trunk/Ohana/src/tools/Makefile
- Timestamp:
- Jul 10, 2021, 2:40:08 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/tools/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/tools/Makefile
r41684 r41710 76 76 $(DESTLIB)/libsla.a: 77 77 echo "missing SLALIB libsla.a: install in $(DESTLIB)" 78 @exit 2 78 79 79 80 $(DESTINC)/slalib.h: 80 81 echo "missing SLALIB slalib.h: install in $(DESTINC)" 82 @exit 2 81 83 82 mpcorb_predict: $(DESTBIN)/mpcorb_predict $(DESTLIB)/libsla.a $(DESTINC)/slalib.h 84 mpcorb_predict: $(DESTLIB)/libsla.a $(DESTINC)/slalib.h $(DESTBIN)/mpcorb_predict 85 86 mpcorb: mpcorb_predict 83 87 84 88 %.clean:
Note:
See TracChangeset
for help on using the changeset viewer.
