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
|