Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-04-12 08:14:31 +0400
committerChristopher Faylor <me@cgf.cx>2009-04-12 08:14:31 +0400
commitd129941aefc7860b9bd0b6f1e464c96b3374914a (patch)
tree7b615e2bbb775ce0ead3ffdd911c441dfe631f62 /winsup/cygwin/Makefile.in
parentedd090a2704aaf538c41cc97619c1d473b4916b2 (diff)
* Makefile.in (clean): Clean globals.h.
(LIBCOS): Depend on globals.h.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 2b8fb48a7..30f445d3e 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -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'