Commit 5e0a0d24 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Also remove configure.lineno when performing distclean.

parent d1d586e2
...@@ -157,7 +157,7 @@ clean:: ...@@ -157,7 +157,7 @@ clean::
$(RM) wine $(RM) wine
distclean: clean distclean: clean
$(RM) config.* TAGS Make.rules dlls/Makedll.rules dlls/Maketest.rules programs/Makeprog.rules include/config.h $(RM) config.* configure.lineno TAGS Make.rules dlls/Makedll.rules dlls/Maketest.rules programs/Makeprog.rules include/config.h
$(RM) -r autom4te.cache $(RM) -r autom4te.cache
$(RM) `find . \( -name Makefile -o -size 0 \) -print` $(RM) `find . \( -name Makefile -o -size 0 \) -print`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment