summaryrefslogtreecommitdiff
path: root/build/Makefile.engines.openbox
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.engines.openbox')
-rw-r--r--build/Makefile.engines.openbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.engines.openbox b/build/Makefile.engines.openbox
index b5ed7293..3830dd29 100644
--- a/build/Makefile.engines.openbox
+++ b/build/Makefile.engines.openbox
@@ -39,7 +39,7 @@ uninstall:
$(LTRM) $(DESTDIR)$(enginedir)/$(notdir $(target))
clean:
- $(RM) $(target) $(objects)
+ $(LTCLEAN) $(target) $(objects)
$(RM) $(srcdir)/*\~
-include $(deps)