Correcting my previous errors ...

This commit is contained in:
evomarc 2001-01-05 07:20:45 +00:00
commit 39521b2b68
2 changed files with 7 additions and 3 deletions

View file

@ -14,7 +14,7 @@ EXTRA_DIST=LICENSE
###############################################################################
lib: src/libeo.a src/utils/libeoutils.a
lib:
pushd src; $(MAKE) all; popd
test:
@ -22,7 +22,7 @@ test:
# so that make doc always compiles the doc ...
doc: doc/eo.cfg
pushd doc; $(MAKE) doc; touch doc/eo.cfg; popd
pushd doc; $(MAKE) doc; touch eo.cfg; popd
tutorial:
pushd tutorial; $(MAKE) all; popd