* Makefile.in (clean): Clean globals.h.
(LIBCOS): Depend on globals.h.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2009-04-12  Christopher Faylor  <me+cygwin@cgf.cx> | ||||
|  | ||||
| 	* Makefile.in (clean): Clean globals.h. | ||||
| 	(LIBCOS): Depend on globals.h. | ||||
|  | ||||
| 2009-04-11  Christopher Faylor  <me+cygwin@cgf.cx> | ||||
|  | ||||
| 	* mkimport: New script to perform all operations necessary to create | ||||
|   | ||||
| @@ -376,7 +376,7 @@ uninstall-man: | ||||
| 	done | ||||
|  | ||||
| clean: | ||||
| 	-rm -f *.o *.dll *.dbg *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe *.d *stamp* *_magic.h sigfe.s cygwin.def | ||||
| 	-rm -f *.o *.dll *.dbg *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe *.d *stamp* *_magic.h sigfe.s cygwin.def globals.h | ||||
| 	-@$(MAKE) -C $(bupdir)/cygserver libclean | ||||
|  | ||||
| maintainer-clean realclean: clean | ||||
| @@ -424,7 +424,7 @@ version.cc winver.o: winver_stamp | ||||
| globals.h: mkglobals_h globals.cc | ||||
| 	$^ > $@ | ||||
|  | ||||
| ${DLL_OFILES}: globals.h | ||||
| ${DLL_OFILES} ${LIBCOS}: globals.h | ||||
|  | ||||
| shared_info_magic.h: cygmagic shared_info.h | ||||
| 	/bin/sh $(word 1,$^) $@ "${COMPILE_CXX} -E -x c++" $(word 2,$^) SHARED_MAGIC 'class shared_info' USER_MAGIC 'class user_info' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user