Changeset 223fd4 in git for kernel/Makefile.in
- Timestamp:
- Jul 9, 2010, 4:36:09 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4df19c60500488e024e14787778278e87f80814e
- Parents:
- d8431c2b73868cc8fc20b9141cf9c891ef7b522b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.in
rd8431c r223fd4 245 245 246 246 prCopy.inc : prCopyMacros.h prCopyTemplate.cc prCopy.pl 247 $(PERL) prCopy.pl > prCopy. inc247 $(PERL) prCopy.pl > prCopy.xx && mv prCopy.xx prCopy.inc 248 248 249 249 # additional dependencies for p_Procs_[Static|Dynamic|Lib].cc … … 257 257 p_Procs_%.inc: p_Procs_Generate.cc p_Procs_Impl.h mod2.h 258 258 $(CXX) -g -Dp_Procs_$* p_Procs_Generate.cc -o p_Procs_$* 259 ./p_Procs_$* > p_Procs _$*.inc259 ./p_Procs_$* > p_Procs.xx && mv p_Procs.xx p_Procs_$*.inc 260 260 -rm -f p_Procs_$* p_Procs_$*.exe 261 261
Note: See TracChangeset
for help on using the changeset viewer.