source: branches/libc-0.6/src/emx/comend.smak@ 2594

Last change on this file since 2594 was 2022, checked in by bird, 20 years ago

Clear .TSRC.386 too!

  • Property cvs2svn:cvs-rev set to 1.4
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 366 bytes
Line 
1# This submakefile is included from mk*.smak submakefiles to clean up local
2# variables after the target has been defined.
3
4# Clear local variables so that we don't incidentally
5# get a wrong value in a different module
6ifndef .TKEEP
7.OBJS :=
8.DIRS :=
9.TARG :=
10.TARGET :=
11.TKIND :=
12.TSRC :=
13.TSRC.386 :=
14.TLDF :=
15.TCF :=
16.TDEP :=
17.IMPS :=
18.TKVAR :=
19endif
20
21.TKEEP :=
Note: See TracBrowser for help on using the repository browser.