mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
Formerly compatMakefile.~21~
This commit is contained in:
parent
8da2a78834
commit
c7ba588030
@ -152,10 +152,11 @@ glob/libglob.a: force
|
||||
cd glob; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS) -I..' libglob.a
|
||||
force:
|
||||
|
||||
TAGS: $(srcs)
|
||||
etags -tw $(srcs)
|
||||
tags: $(srcs)
|
||||
ctags -tw $(srcs)
|
||||
tagsrcs = $(srcs) remote-*.c *.h
|
||||
TAGS: $(tagsrcs)
|
||||
etags -tw $(tagsrcs)
|
||||
tags: $(tagsrcs)
|
||||
ctags -tw $(tagsrcs)
|
||||
|
||||
.PHONY: install
|
||||
install: $(bindir)/$(instname) $(mandir)/$(instname).$(manext)
|
||||
|
Loading…
Reference in New Issue
Block a user