Mercurial > audlegacy
diff buildsys.mk.in @ 3660:c54dfcdc839e
Add missing targets to .PHONY.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Thu, 27 Sep 2007 21:59:11 +0200 |
| parents | e83412963c51 |
| children | 16876a5eba19 |
line wrap: on
line diff
--- a/buildsys.mk.in Thu Sep 27 21:55:13 2007 +0200 +++ b/buildsys.mk.in Thu Sep 27 21:59:11 2007 +0200 @@ -75,7 +75,7 @@ .SILENT: .SUFFIXES: .beam .c .cc .cxx .d .erl .m -.PHONY: all subdirs depend install uninstall clean distclean +.PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean all: for i in subdirs depend ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \
