mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-13 08:29:43 +00:00
don't remove config.h.in in make distclean
This commit is contained in:
parent
9c06a00dd2
commit
88246b3622
@ -120,7 +120,7 @@ distclean: clean
|
|||||||
rm -rf $(OBJ_DIR)
|
rm -rf $(OBJ_DIR)
|
||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
rm -f config.cache config.log config.status config.h config.h.in
|
rm -f config.cache config.log config.status config.h
|
||||||
|
|
||||||
depend dep:
|
depend dep:
|
||||||
makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null
|
makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user