[Wisp-cvs] wisp/modules/format Makefile.am,1.5,1.6
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-07 21:52:43
|
Update of /cvsroot/wisp/wisp/modules/format In directory usw-pr-cvs1:/tmp/cvs-serv3985/modules/format Modified Files: Makefile.am Log Message: Quieted the frer script. Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/modules/format/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 30 Jul 2002 21:44:00 -0000 1.5 +++ Makefile.am 7 Sep 2002 21:52:40 -0000 1.6 @@ -21,9 +21,11 @@ MODULES = $(top_srcdir)/modules +WISP = WISP_PATH=$(MODULES) $(top_builddir)/src/wisp +FRER = $(WISP) $(top_srcdir)/tools/frer + %.frwim: %.wim - WISP_PATH=$(MODULES) $(top_builddir)/src/wisp \ - $(top_srcdir)/tools/frer $< + $(FRER) $< install: sleep 1 |