* Makefile.in: Comment out install for now.
This commit is contained in:
parent
0aa753540a
commit
338420c918
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue