diff --git a/winsup/subauth/ChangeLog b/winsup/subauth/ChangeLog index 2961463f7..385d6cc11 100644 --- a/winsup/subauth/ChangeLog +++ b/winsup/subauth/ChangeLog @@ -1,3 +1,7 @@ +2001-10-12 Christopher Faylor + + * Makefile.in: Comment out install for now. + 2001-10-12 Christopher Faylor * Makefile.in: Accomodate changes to w32api_include macro. diff --git a/winsup/subauth/Makefile.in b/winsup/subauth/Makefile.in index 9a1e86b01..ae64de496 100644 --- a/winsup/subauth/Makefile.in +++ b/winsup/subauth/Makefile.in @@ -73,11 +73,11 @@ clean: rm -f *.o *.dll install: all - $(SHELL) $(updir1)/mkinstalldirs $(bindir) - for i in $(PROGS) ; do \ - n=`echo $$i | sed '$(program_transform_name)'`; \ - $(INSTALL_PROGRAM) $$i $(bindir)/$$n; \ - done + # $(SHELL) $(updir1)/mkinstalldirs $(bindir) + # for i in $(PROGS) ; do \ + # n=`echo $$i | sed '$(program_transform_name)'`; \ + # $(INSTALL_PROGRAM) $$i $(bindir)/$$n; \ + # done || exit 0 %.o: %.c ifdef VERBOSE