summaryrefslogtreecommitdiffstats
path: root/test/module.defs
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-03 18:34:20 +0000
committerkonablend <[email protected]>2009-03-03 18:34:20 +0000
commit3e9713bf92d9482b6303656407d24697446b1c8e (patch)
tree7a6fc5ce477bac25451d4c252f3d588326820545 /test/module.defs
parentdf20c24f9308bea08a200bc59269a724737b92da (diff)
BuildSystem:
- added global uninstall target; the inverse of install - $PREFIX/bin/HandBrakeCLI longer paritipates in clean - added target test.uninstall to remove $PREFIX/bin/HandBrakeCLI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2212 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/module.defs')
-rw-r--r--test/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs
index a0ab7d000..af42f13c7 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -28,9 +28,9 @@ endif
TEST.out += $(TEST.c.o)
TEST.out += $(TEST.exe)
-TEST.out += $(TEST.install.exe)
BUILD.out += $(TEST.out)
+BUILD.out += $(TEST.install.exe)
###############################################################################