summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-03-03 20:53:27 +0000
committerishmal <ishmal@users.sourceforge.net>2007-03-03 20:53:27 +0000
commitd5b4c60d6feefccc35b8cf183d0f7aba69888f16 (patch)
tree205f0e9955ed41784368f897f9bee3beb356be3d
parentBrought back checkbox and to also append filename upon "save" being hit (diff)
downloadinkscape-d5b4c60d6feefccc35b8cf183d0f7aba69888f16.tar.gz
inkscape-d5b4c60d6feefccc35b8cf183d0f7aba69888f16.zip
modify touchabout target
(bzr r2525)
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 843b24c46..d66686248 100644
--- a/build.xml
+++ b/build.xml
@@ -139,7 +139,9 @@
-->
<target name="touchabout"
description="update the modification time of aboutdialog.cpp">
- <touch file="${src}/ui/dialog/aboutdialog.cpp"/>
+ <!-- not good <touch file="${src}/ui/dialog/aboutdialog.cpp"/> -->
+ <!-- better -->
+ <delete file="${build}/obj/ui/dialog/aboutdialog.o"/>
</target>