diff options
author | jstebbins <[email protected]> | 2009-03-02 22:47:44 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-03-02 22:47:44 +0000 |
commit | 1d3a97d6ef70bc534f1701e68c3254b320a2cadf (patch) | |
tree | 50116a5be7a039c0b0ecfc20909346ec00ecdc67 /gtk/module.rules | |
parent | ab8ff49e34851f729d714409b845c34363eb6732 (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.rules | 1 |
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 |