* 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>
|
Tue Jun 20 13:36:23 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* configure.in: Bow to necessity and build w32api before anything else.
|
* configure.in: Bow to necessity and build w32api before anything else.
|
||||||
|
@ -40,8 +40,8 @@ SUBDIRS=@SUBDIRS@
|
|||||||
INSTALL_SUBDIRS=${patsubst %,install_%,$(SUBDIRS)}
|
INSTALL_SUBDIRS=${patsubst %,install_%,$(SUBDIRS)}
|
||||||
CLEAN_SUBDIRS=${patsubst %,clean_%,$(SUBDIRS)}
|
CLEAN_SUBDIRS=${patsubst %,clean_%,$(SUBDIRS)}
|
||||||
|
|
||||||
.PHONY: all install clean $(SUBDIRS) $(INSTALL_SUBDIRS) \
|
.PHONY: all install clean all-info info install-info \
|
||||||
$(CLEAN_SUBDIRS)
|
$(SUBDIRS) $(INSTALL_SUBDIRS) $(CLEAN_SUBDIRS)
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
@ -59,6 +59,12 @@ install: Makefile $(INSTALL_SUBDIRS)
|
|||||||
|
|
||||||
clean: $(CLEAN_SUBDIRS)
|
clean: $(CLEAN_SUBDIRS)
|
||||||
|
|
||||||
|
all-info:
|
||||||
|
|
||||||
|
install-info:
|
||||||
|
|
||||||
|
info:
|
||||||
|
|
||||||
$(SUBDIRS):
|
$(SUBDIRS):
|
||||||
@$(MAKE) -C $@ all
|
@$(MAKE) -C $@ all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user