* Makefile (ChangeLog): Add dependencies.
authorueno <ueno>
Tue, 27 Aug 2002 14:00:54 +0000 (14:00 +0000)
committerueno <ueno>
Tue, 27 Aug 2002 14:00:54 +0000 (14:00 +0000)
Makefile

index 6d4e160..cabb3ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ package:
 install-package:       package
        $(XEMACS) $(FLAGS) -f install-lsdb-package $(PACKAGEDIR)
 
-ChangeLog:
+ChangeLog: $(filter-out ChangeLog CVS, $(wildcard *))
        cvs2cl --prune --no-wrap --usermap ./cvs2cl/usermap --gmt --stdout | \
        ruby -p -i ./cvs2cl/fmtlog.rb > $@