Changeset 2113 for trunk/src/kmk/kmkbuiltin/append.c
- Timestamp:
- Dec 25, 2008, 2:21:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/append.c
r2019 r2113 27 27 * Header Files * 28 28 *******************************************************************************/ 29 #ifndef kmk_builtin_append 30 # include "make.h" 31 # include "filedef.h" 32 # include "variable.h" 33 #else 34 # include "config.h" 35 #endif 29 36 #include <string.h> 30 37 #include <stdio.h> 31 38 #include "err.h" 32 39 #include "kmkbuiltin.h" 33 #ifndef kmk_builtin_append34 # include "make.h"35 # include "filedef.h"36 # include "variable.h"37 #endif38 40 39 41
Note:
See TracChangeset
for help on using the changeset viewer.