Skip to content
Snippets Groups Projects
Commit 3817ebfc authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix clean and distclean targets.

git-svn-id: http://root.cern.ch/svn/root/trunk@34162 27541ba8-7e3a-0410-8455-c3a389f83636
parent c836f6f3
No related merge requests found
...@@ -56,12 +56,12 @@ $(HTMLMAP): $(RLIBMAP) $(MAKEFILEDEP) $(HTMLL) ...@@ -56,12 +56,12 @@ $(HTMLMAP): $(RLIBMAP) $(MAKEFILEDEP) $(HTMLL)
all-$(MODNAME): $(HTMLLIB) $(HTMLMAP) all-$(MODNAME): $(HTMLLIB) $(HTMLMAP)
clean-$MODNAME): clean-$(MODNAME):
@rm -f $(HTMLO) $(HTMLDO) @rm -f $(HTMLO) $(HTMLDO)
clean:: clean-$MODNAME) clean:: clean-$(MODNAME)
distclean-$MODNAME): clean-$MODNAME) distclean-$(MODNAME): clean-$(MODNAME)
@rm -f $(HTMLDEP) $(HTMLDS) $(HTMLDH) $(HTMLLIB) $(HTMLMAP) @rm -f $(HTMLDEP) $(HTMLDS) $(HTMLDH) $(HTMLLIB) $(HTMLMAP)
distclean:: distclean-$MODNAME) distclean:: distclean-$(MODNAME)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment