Changeset 10053
- Timestamp:
- 11/22/10 16:09:18 (14 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Changelog
r10048 r10053 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2010/11/22 Thomas Bretz 22 23 * Makefile.rules: 24 - use -C option of make instead of cd 25 26 20 27 21 28 2010/11/03 Daniela Dorner -
trunk/Mars/Makefile.rules
r9823 r10053 25 25 $(LIBRARIES): 26 26 @echo " Calling make in $(@:.a=)" 27 (cd $*; $(MAKE) -f Makefile all)27 $(MAKE) -C $* -f Makefile all 28 28 29 29 $(LIB): $(OBJS) $(CINT)Cint.o
Note:
See TracChangeset
for help on using the changeset viewer.