Changeset 31606 for branches/czw_branch/20110406/Ohana/src/tools/Makefile
- Timestamp:
- Jun 6, 2011, 1:56:22 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/tools/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/Ohana/src/tools/Makefile
r29938 r31606 57 57 58 58 %.install: 59 make$(DESTBIN)/$*59 $(MAKE) $(DESTBIN)/$* 60 60 61 61 install: 62 for i in $(PROGRAMS); do make$$i.install || exit; done62 for i in $(PROGRAMS); do $(MAKE) $$i.install || exit; done 63 63 64 64
Note:
See TracChangeset
for help on using the changeset viewer.
