add configure dependency to commit target

This commit is contained in:
he 1999-10-05 21:57:26 +00:00
parent 60f9fd47ac
commit 35dd82a9f9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.9 1999/07/25 21:55:27 he Exp $
# $Id: Makefile,v 1.10 1999/10/05 21:57:26 he Exp $
SHELL = /bin/sh
@ -53,7 +53,7 @@ configureclean: distclean
install:
@echo "NOTE: eurofile install not yet implemented. Install by hand for now!"
commit: distclean
commit: distclean configure
$(CVS) commit .
update: