summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-15 17:21:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-15 17:21:16 +0100
commit3427bba6f438f2db5fbd77acfdab51960afeeb19 (patch)
tree178e9a041158a241569a5f6f6d9d920e67c50b5f /tools
parent5edfb8067ec793a2a0361fe215a1498902b14a1a (diff)
parentb934912ccfc93c4c09be68aa2b05b31ec3f9d7ab (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools')
-rw-r--r--tools/adk/depmaker.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/adk/depmaker.c b/tools/adk/depmaker.c
index a80a0b02f..f1483cced 100644
--- a/tools/adk/depmaker.c
+++ b/tools/adk/depmaker.c
@@ -138,6 +138,10 @@ int main() {
char *string, *pkgvar, *pkgdeps, *tmp, *fpkg, *cpkg, *spkg, *key, *check, *dpkg;
char *stringtmp;
int i;
+
+ spkg = NULL;
+ cpkg = NULL;
+ fpkg = NULL;
/* read Makefile's for all packages */
pkgdir = opendir("package");