summaryrefslogtreecommitdiffstats
path: root/winsup/utils/Makefile.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-24 21:56:54 +0000
committerChristopher Faylor <me@cgf.cx>2001-10-24 21:56:54 +0000
commita9f20457f32877bf13e7a52366aa0996f9d8b2a9 (patch)
tree28154ea227295ef03dfcfed4a983a0632cb0cc67 /winsup/utils/Makefile.in
parent1dd695651f77dafbe2e71f008fc43924a50ad534 (diff)
downloadcygnal-a9f20457f32877bf13e7a52366aa0996f9d8b2a9.tar.gz
cygnal-a9f20457f32877bf13e7a52366aa0996f9d8b2a9.tar.bz2
cygnal-a9f20457f32877bf13e7a52366aa0996f9d8b2a9.zip
* Makefile.in: Only build testsuite directory on first 'make check'.
* configure.in: Remove testsuite from SUBDIRS. * configure: Regenerate.
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r--winsup/utils/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index baf642a4d..be7a1cf31 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils/Makefile.in
@@ -67,10 +67,9 @@ ALL_LDFLAGS:=-B$(newlib_build)/libc/ -B$(newlib_build)/libm/ -B$(w32api_lib)/ \
MINGW_LDFLAGS:=$(ALL_LDFLAGS) $(MINGW_LIB)
DUMPER_LDFLAGS:=$(ALL_LDFLAGS) $(DUMPER_LIB)
-PROGS:=mount$(EXEEXT) umount$(EXEEXT) ps$(EXEEXT) kill$(EXEEXT) \
- mkpasswd$(EXEEXT) mkgroup$(EXEEXT) cygpath$(EXEEXT) cygcheck$(EXEEXT) \
- passwd$(EXEEXT) getfacl$(EXEEXT) setfacl$(EXEEXT) strace$(EXEEXT) \
- regtool$(EXEEXT) ssp$(EXEEXT)
+PROGS:= cygcheck.exe cygpath.exe cygme.exe getfacl.exe kill.exe mkgroup.exe \
+ mkpasswd.exe mount.exe passwd.exe ps.exe regtool.exe setfacl.exe \
+ ssp.exe strace.exe umount.exe
CLEAN_PROGS:=$(PROGS)
ifdef build_dumper