Fri Apr 30 11:05:42 1993 Jim Kingdon (kingdon@cygnus.com)
- * Makefile.in (TAGS): Doc fix.
+ * Makefile.in (TAGS): Doc fix. Deal with empty DEPFILES.
Fri Apr 30 10:06:46 1993 Fred Fish (fnf@cygnus.com)
* Makefile.in (make-proto-testsuite.dir): New target to make
prototype testsuite tree.
- * Makefile.in (TAGS): Remove use of DEPFILES, it may be empty.
- In any case, it is a subset of the ALLDEPFILES list, which is
- part of SOURCES, which is part of TAGFILES, so it's redundant.
* Makefile.in (VERSION): Bump to 4.8.4.
# Put the proper machine-specific files first, so M-. on a machine
# specific routine gets the one for the correct machine.
+# The xyzzy stuff below deals with empty DEPFILES
TAGS: ${TAGFILES}
etags `find ${srcdir}/config -name $(TM_FILE) -print` \
`find ${srcdir}/config -name ${XM_FILE} -print` \
`find ${srcdir}/config -name ${NAT_FILE} -print` \
+ `for i in yzzy ${DEPFILES}; do \
+ if [ x$$i != xyzzy ]; then \
+ echo ${srcdir}/$$i | sed -e 's/\.o$$/\.c/' ; \
+ fi; \
+ done` \
${TAGFILES}
tags: TAGS