From: William D. <wdo...@us...> - 2006-09-29 19:40:51
|
Update of /cvsroot/flexml/flexml/examples In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31935 Modified Files: Makefile Log Message: Makefiles use INSTALL and MAKE variables, that play better with automatic build systems. Index: Makefile =================================================================== RCS file: /cvsroot/flexml/flexml/examples/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile 28 Aug 2006 20:50:38 -0000 1.8 +++ Makefile 29 Sep 2006 19:40:46 -0000 1.9 @@ -45,7 +45,7 @@ install: $(ALL) mkdir -p $(DESTDIR)$(DOCDIR)/flexml/examples - install -m444 $(SAMPS) $(DESTDIR)$(DOCDIR)/flexml/examples/ + $(INSTALL) -m444 $(SAMPS) $(DESTDIR)$(DOCDIR)/flexml/examples/ dist: clean #rsync -v FleXML.html $(WEBHOME)/FleXML.html |