summaryrefslogtreecommitdiffstats
path: root/gtk/module.rules
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-03-02 22:47:44 +0000
committerjstebbins <[email protected]>2009-03-02 22:47:44 +0000
commit1d3a97d6ef70bc534f1701e68c3254b320a2cadf (patch)
tree50116a5be7a039c0b0ecfc20909346ec00ecdc67 /gtk/module.rules
parentab8ff49e34851f729d714409b845c34363eb6732 (diff)
LinGui:
fix gtk.xclean failure, rm with no arguments because GTK.BUILD.stamp is no longer used defined git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2203 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/module.rules')
-rw-r--r--gtk/module.rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/module.rules b/gtk/module.rules
index 6696fcf17..224f5a848 100644
--- a/gtk/module.rules
+++ b/gtk/module.rules
@@ -27,7 +27,6 @@ gtk.uninstall:
gtk.clean:
$(MAKE) -C $(GTK.build/) clean
- $(RM.exe) $(GTK.BUILD.stamp)
gtk.xclean:
$(MAKE) -C $(GTK.build/) distclean