summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-15 19:22:41 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-15 19:22:41 +0100
commita95e18d87be759dcef06659fe2f2741283103e51 (patch)
tree36fa09e24726e38f711ad3a19338afb4ae865785
parent23741462942b022d2f4a86ca95317b3b617a381d (diff)
downloadwolfbones-a95e18d87be759dcef06659fe2f2741283103e51.tar.gz
wolfbones-a95e18d87be759dcef06659fe2f2741283103e51.tar.bz2
fixed dependencies in src/daemon problems
-rw-r--r--docs/makefiles/TODOS1
-rw-r--r--src/GNUmakefile3
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/makefiles/TODOS b/docs/makefiles/TODOS
index 700294b..8e64dbc 100644
--- a/docs/makefiles/TODOS
+++ b/docs/makefiles/TODOS
@@ -2,7 +2,6 @@
- currently we are following the "recursive makes considered harmfull" :-)
- distclean calls clean again recurively. This causes already deleted
dependencies to be regenerated
- - dependencies in src/daemon are not removed and regenerated in distclean
- do shared libraries properly
- add uninstall
- modularize more
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 9dbcf57..17cf1ab 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -45,6 +45,9 @@ local_clean:
-@rm -f port/*.bak
-@rm -f port/*~
-@rm -f port/*.d
+ -@rm -f daemon/*.bak
+ -@rm -f daemon/*~
+ -@rm -f daemon/*.d
-@rm -f libwolf.a
local_distclean: