mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
Modify make dist-clean target
Added items that are left around by config/make process. Note: commit message edited by AlbrechtS.
This commit is contained in:
committed by
Albrecht Schlosser
parent
3d83633fc6
commit
d9f7a368a6
@@ -80,6 +80,10 @@ distclean: clean
|
|||||||
$(RM) test/`basename $$file .fl`.cxx; \
|
$(RM) test/`basename $$file .fl`.cxx; \
|
||||||
$(RM) test/`basename $$file .fl`.h; \
|
$(RM) test/`basename $$file .fl`.h; \
|
||||||
done
|
done
|
||||||
|
$(RM) -rf autom4te.cache/
|
||||||
|
$(RM) config.guess
|
||||||
|
$(RM) config.sub
|
||||||
|
$(RM) configure
|
||||||
|
|
||||||
fltk-config: configure configh.in fltk-config.in
|
fltk-config: configure configh.in fltk-config.in
|
||||||
if test -f config.status; then \
|
if test -f config.status; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user