[LON-CAPA-cvs] cvs: loncom /build Makefile

harris41 lon-capa-cvs@mail.lon-capa.org
Thu, 23 May 2002 20:15:53 -0000


harris41		Thu May 23 16:15:53 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  always make Makefile.install
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.114 loncom/build/Makefile:1.115
--- loncom/build/Makefile:1.114	Wed May 22 16:28:46 2002
+++ loncom/build/Makefile	Thu May 23 16:15:53 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.114 2002/05/22 20:28:46 harris41 Exp $
+# $Id: Makefile,v 1.115 2002/05/23 20:15:53 harris41 Exp $
 
 DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)
@@ -234,7 +234,7 @@
 	make SOURCE="$(SOURCE)" TARGET="$(TARGET)" \
 	NORESTORECONF="$(NORESTORECONF)" configinstall
 
-Makefile.install: $(SOURCE)/doc/loncapafiles/loncapafiles.lpml lpml_parse.pl
+Makefile.install: alwaysrun
 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
 	perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" \
 	"$(TARGET)" > Makefile.install
@@ -533,3 +533,5 @@
 	rm -Rf lpmladm.*
 	make -f Makefile.cvs clean
 	rm -f WARNINGS
+
+alwaysrun: