* Makefile.in: Comment out install for now.

This commit is contained in:
Christopher Faylor 2001-10-12 20:02:41 +00:00
parent 0aa753540a
commit 338420c918
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2001-10-12 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Comment out install for now.
2001-10-12 Christopher Faylor <cgf@redhat.com> 2001-10-12 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Accomodate changes to w32api_include macro. * Makefile.in: Accomodate changes to w32api_include macro.

View File

@ -73,11 +73,11 @@ clean:
rm -f *.o *.dll rm -f *.o *.dll
install: all install: all
$(SHELL) $(updir1)/mkinstalldirs $(bindir) # $(SHELL) $(updir1)/mkinstalldirs $(bindir)
for i in $(PROGS) ; do \ # for i in $(PROGS) ; do \
n=`echo $$i | sed '$(program_transform_name)'`; \ # n=`echo $$i | sed '$(program_transform_name)'`; \
$(INSTALL_PROGRAM) $$i $(bindir)/$$n; \ # $(INSTALL_PROGRAM) $$i $(bindir)/$$n; \
done # done || exit 0
%.o: %.c %.o: %.c
ifdef VERBOSE ifdef VERBOSE