Skip to content
Snippets Groups Projects
Commit 697b0d2a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

clean/veryclean updates to deal with configure.lineno and autom4te.cache

parent 7cf72ec0
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,11 @@ makefiles: FORCE
install-common: all FORCE
clean-local: FORCE
$(RM) config.log
$(RM) config.cache config.log configure.lineno
$(RM) -r autom4te.cache
veryclean-local: FORCE
$(RM) config.cache config.status libtool stamp-h stamp-h.in
$(RM) config.status libtool stamp-h stamp-h.in
distclean: veryclean FORCE
......
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