Use ECHO_NOTHING, END_ECHO

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17907 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-10-17 13:04:04 +00:00
parent 0dbac648a3
commit 211ff94767

View file

@ -20,7 +20,7 @@ before-install::
# Things to do after installing
after-install::
@if [ ! -f $(dtddir) ]; then \
$(ECHO_NOTHING)if [ ! -f $(dtddir) ]; then \
$(MKDIRS) $(dtddir); \
fi; \
for file in $(DTD_FILES); do \
@ -77,6 +77,7 @@ after-install::
echo "remote systems should be probed), and you should addd this"; \
echo "startup command to your system boot scripts!"; \
echo "************************************************************"; \
$(END_ECHO)
# Things to do before uninstalling
# before-uninstall::