[Wisp-cvs] wisp/modules Makefile.am,1.58,1.59
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-09 16:43:04
|
Update of /cvsroot/wisp/wisp/modules In directory sc8-pr-cvs1:/tmp/cvs-serv15761 Modified Files: Makefile.am Log Message: install shall depend on install-am Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/modules/Makefile.am,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- Makefile.am 30 Sep 2002 18:24:55 -0000 1.58 +++ Makefile.am 9 Feb 2003 16:43:01 -0000 1.59 @@ -48,7 +48,7 @@ %.frwim: %.wim $(FRER) $< -install: +install: install-am sleep 1 touch $(DESTDIR)$(frwimdir)/*.frwim |