comparison src/Makefile.in @ 7137:be78bf0c9e71

Use C-style comments.
author Karl Heuer <kwzh@gnu.org>
date Wed, 27 Apr 1994 21:43:24 +0000
parents 8bc5866949d6
children 1221250ed953
comparison
equal deleted inserted replaced
7136:8a99aef126ba 7137:be78bf0c9e71
856 856
857 relock: 857 relock:
858 chmod -w $(SOURCES) 858 chmod -w $(SOURCES)
859 chmod +w paths.h 859 chmod +w paths.h
860 860
861 # Arrange to make a tags table in ../lisp, and another in this dir 861 /* Arrange to make a tags table in ../lisp, and another in this dir
862 # which includes ../lisp/TAGS by reference. 862 which includes ../lisp/TAGS by reference. */
863 ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c 863 ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c
864 lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el 864 lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
865 TAGS: $(ctagsfiles) 865 TAGS: $(ctagsfiles)
866 ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles) 866 ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles)
867 ../lisp/TAGS: $(lisptagsfiles) 867 ../lisp/TAGS: $(lisptagsfiles)