diff --git a/configure/RULES_TOP b/configure/RULES_TOP index 7bcfc74a6..8f100621a 100644 --- a/configure/RULES_TOP +++ b/configure/RULES_TOP @@ -64,11 +64,11 @@ help: @echo " rebuild - Same as clean install" @echo " archclean - Removes O. dirs but not O.Common dir" @echo "\"Partial\" build targets supported by Makefiles:" - @echo " inc. - Installs only header files." - @echo " build. - Builds and installs only." - @echo " install. - Builds and installs only." - @echo " clean. - Cleans binaries in O. dirs only." - @echo " uninstall. - Remove bin & lib directories for only." + @echo " inc$(DIVIDER) - Installs only header files." + @echo " build$(DIVIDER) - Builds and installs only." + @echo " install$(DIVIDER) - Builds and installs only." + @echo " clean$(DIVIDER) - Cleans binaries in O. dirs only." + @echo " uninstall$(DIVIDER) - Remove bin & lib directories for only." @echo "Targets supported by top level Makefile:" @echo " archuninstall - Remove bin & lib directories created by this hostarch." @echo " uninstall - Remove install directories created by this hostarch."