* Makefile.in: Add dummy info targets.

This commit is contained in:
Christopher Faylor 2000-06-22 22:28:35 +00:00
parent d69257a1a4
commit 344a1924d9
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Thu Jun 22 18:28:06 2000 Christopher Faylor <cgf@cygnus.com>
* Makefile.in: Add dummy info targets.
Tue Jun 20 13:36:23 2000 Christopher Faylor <cgf@cygnus.com>
* configure.in: Bow to necessity and build w32api before anything else.

View File

@ -40,8 +40,8 @@ SUBDIRS=@SUBDIRS@
INSTALL_SUBDIRS=${patsubst %,install_%,$(SUBDIRS)}
CLEAN_SUBDIRS=${patsubst %,clean_%,$(SUBDIRS)}
.PHONY: all install clean $(SUBDIRS) $(INSTALL_SUBDIRS) \
$(CLEAN_SUBDIRS)
.PHONY: all install clean all-info info install-info \
$(SUBDIRS) $(INSTALL_SUBDIRS) $(CLEAN_SUBDIRS)
.SUFFIXES:
@ -59,6 +59,12 @@ install: Makefile $(INSTALL_SUBDIRS)
clean: $(CLEAN_SUBDIRS)
all-info:
install-info:
info:
$(SUBDIRS):
@$(MAKE) -C $@ all