view kpathsea/make/rdepend.make @ 3171:c925de13bb22

[project @ 1998-04-24 04:20:36 by jwe]
author jwe
date Fri, 24 Apr 1998 04:20:36 +0000
parents faa5d0421460
children
line wrap: on
line source

# rdepend.make -- rules for remaking the dependencies.

# Let's stick a rule for TAGS here, just in case someone wants them.
# (We don't put them in the distributions, to keep them smaller.)
TAGS: *.c *.h
	pwd | grep kpathsea >/dev/null && append=../kpathsea/TAGS; \
	  etags $$append *.[ch]

# Prevent GNU make 3.[59,63) from overflowing arg limit on system V.
.NOEXPORT:

# End of rdepend.make.