import of dnsmasq-2.3.tar.gz
diff --git a/Makefile b/Makefile
index 8c13ae8..25b5c94 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
 clean :
 	rm -f *~ */*~ $(SRC)/*.o $(SRC)/dnsmasq core build
 
-install : $(SRC)/dnsmasq
+install : all
 	install -d $(DESTDIR)$(BINDIR) -d $(DESTDIR)$(MANDIR)/man8
 	install -m 644 dnsmasq.8 $(DESTDIR)$(MANDIR)/man8 
 	install -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR)