mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 21:09:22 +08:00
* Makefile.in: Add dummy info targets.
This commit is contained in:
parent
d69257a1a4
commit
344a1924d9
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user