mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 03:20:28 +08:00
2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Makefile.in: Remove files from lib directory with distclean target
This commit is contained in:
parent
910edf4a02
commit
08b5122764
@ -1,3 +1,7 @@
|
|||||||
|
2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
|
* Makefile.in: Remove files from lib directory with distclean target
|
||||||
|
|
||||||
2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winuser.h (CS_DROPSHADOW): Define.
|
* include/winuser.h (CS_DROPSHADOW): Define.
|
||||||
|
@ -150,8 +150,10 @@ maintainer-clean-top:
|
|||||||
mostlyclean: mostlyclean-top mostlyclean-subdirs
|
mostlyclean: mostlyclean-top mostlyclean-subdirs
|
||||||
clean: mostlyclean-top clean-subdirs
|
clean: mostlyclean-top clean-subdirs
|
||||||
distclean: clean-top
|
distclean: clean-top
|
||||||
rm -f Makefile config.status config.log config.cache TAGS *~
|
$(MAKE) -C lib/directx distclean
|
||||||
|
$(MAKE) -C lib/ddk distclean
|
||||||
$(MAKE) -C lib distclean
|
$(MAKE) -C lib distclean
|
||||||
|
rm -f Makefile config.status config.log config.cache TAGS *~
|
||||||
maintainer-clean: maintainer-clean-subdirs
|
maintainer-clean: maintainer-clean-subdirs
|
||||||
|
|
||||||
.PHONY: lib test
|
.PHONY: lib test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user