Added dependencies on 'all' for 'test' and 'install'.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@13 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2002-09-19 09:36:59 +00:00
parent 8c0022b943
commit 2da6553533
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ ZMHDRS = zm.h zmcfg.h zmdbg.h
all: zmc zma zms zmu
test:
test: all
@echo "No tests available"
install:
install: all
$(INSTALL) $(ZMC) $(BINDIR)
$(INSTALL) $(ZMA) $(BINDIR)
$(INSTALL) $(ZMS) $(BINDIR)