Changeset 2099 for trunk/src/kmk/main.c
- Timestamp:
- Nov 22, 2008, 11:31:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r2009 r2099 538 538 /* List of goal targets. */ 539 539 540 static struct dep *goals, *lastgoal; 540 #ifndef KMK 541 static 542 #endif 543 struct dep *goals, *lastgoal; 541 544 542 545 /* List of variables which were defined on the command line
Note:
See TracChangeset
for help on using the changeset viewer.