aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-05-31 20:42:15 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-05-31 20:42:15 +0000
commit692cd3d6dbff609ddc1833a35cd597d7929afbee (patch)
treeb87c85979388f1f352acb253a37e38c04bc700e6 /plugins/Makefile.nmake
parentbc200f879cb086aabed6350bd36a73b1f4b89b50 (diff)
As suggested by Jaap Keuter:
Add generated files copied by "install-deps" to the "clean" target svn path=/trunk/; revision=14509
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 0dcfbc900a..fb2053fb40 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -29,7 +29,8 @@ all: \
rtnet \
rudp \
stats_tree \
- v5ua xml \
+ v5ua \
+ xml
acn::
@@ -152,6 +153,7 @@ xml::
cd ..
clean:
+ rm -rf $(VERSION)
cd acn
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../agentx