comparison src/Makefile.in.in @ 4941:4ce4d519bdd8

use two hashes for comments in Makefile.in.in -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-21 Ben Wing <ben@xemacs.org> * Makefile.in.in: Oops. Use two hashes for comments in Makefile.in.in.
author Ben Wing <ben@xemacs.org>
date Thu, 21 Jan 2010 04:10:57 -0600
parents 349f01075eb7
children e813cf16c015
comparison
equal deleted inserted replaced
4940:9113c5044de8 4941:4ce4d519bdd8
915 915
916 ###################### Automated tests 916 ###################### Automated tests
917 testdir = $(SRC)/../tests/automated 917 testdir = $(SRC)/../tests/automated
918 batch_test_emacs = $(BATCH_PACKAGES) -l $(testdir)/test-harness.el -f batch-test-emacs $(testdir) 918 batch_test_emacs = $(BATCH_PACKAGES) -l $(testdir)/test-harness.el -f batch-test-emacs $(testdir)
919 919
920 # `config-changed' is useful if you are building both Unicode-internal 920 ## `config-changed' is useful if you are building both Unicode-internal
921 # and old-Mule workspaces using --srcdir and don't run configure before 921 ## and old-Mule workspaces using --srcdir and don't run configure before
922 # switching from one to the other. If you rerun configure, update-elc.el 922 ## switching from one to the other. If you rerun configure, update-elc.el
923 # notices this and automatically removes the two files below, but not 923 ## notices this and automatically removes the two files below, but not
924 # if you just switch directories and `make'. In that case, do 924 ## if you just switch directories and `make'. In that case, do
925 # `make config-changed' to avoid an error. 925 ## `make config-changed' to avoid an error.
926 926
927 .PHONY: remove-config-dependent-elcs config-changed 927 .PHONY: remove-config-dependent-elcs config-changed
928 remove-config-dependent-elcs: 928 remove-config-dependent-elcs:
929 rm $(LISP)/mule/chinese.elc $(LISP)/mule/general-late.elc 929 rm $(LISP)/mule/chinese.elc $(LISP)/mule/general-late.elc
930 config-changed: remove-config-dependent-elcs all 930 config-changed: remove-config-dependent-elcs all