freebsd-dev/gnu/usr.bin
Bruce Evans 33c198cc5f Don't use beforedepend to complicate and break things. Just put
generated source files in SRCS.

Don't use MANDEPEND to complicate things.  Just set MAN1 and put
generated man pages in CLEANFILES.

Added temporary files to CLEANFILES.

Partly fixed a potentially fatal bug involving the yacc header.
We generate eqn.cc (even if there is a version of it in the source
directory older than eqn.y) and a matching eqn.tab.h, but only use
the possibly-non-matching eqn.tab.h in the source directory.  This
works because Cygnus's yacc happened to generate a y.tab.h identical
to the current generated one.  The correct version will be used
when the wrong version is deleted from the source tree.  Kludge to
get the header generated early enough.  Yacc headers are mishandled
everywhere they are renamed (and used).

Generate neqn at build time, not at install time.

Fixed some style bugs.
1998-03-20 12:03:53 +00:00
..
as Fixed `make -jN' for large N. Just put the generated headers in 1998-03-06 13:13:15 +00:00
awk Remove yet another superfluous file. 1997-10-26 12:53:16 +00:00
bc Fix the getopt() prototype to match the system one. 1997-03-11 17:14:37 +00:00
binutils Removed vestiges of use of beforedepend target. 1998-03-19 15:21:19 +00:00
bison change bin to BINOWN and BINGRP 1997-08-21 03:28:07 +00:00
cc I goofed on the `LINKS' syntax. 1998-03-18 12:28:09 +00:00
cpio Added to RELENG_2_2 via tagging. 1997-08-21 08:26:55 +00:00
cvs indicate ability to support the PerservePermissions stuff 1998-03-10 14:12:09 +00:00
dc Make makewhatis(1) happy. 1997-03-21 20:59:44 +00:00
dialog fix misspelling 1997-08-30 11:08:06 +00:00
diff Define PR_PROGRAM properly 1997-10-29 17:35:54 +00:00
diff3 Switch to contrib version 1997-10-29 16:50:42 +00:00
gdb Removed vestiges of use of beforedepend target. 1998-03-19 15:21:19 +00:00
genclass Add a genclass.1 manpage. 1997-09-15 19:18:59 +00:00
gperf Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
grep Delete cc(1) debug option, typo from last commit. 1998-03-07 16:13:57 +00:00
groff Don't use beforedepend to complicate and break things. Just put 1998-03-20 12:03:53 +00:00
gzip Use cc -E rather than cpp when looking for __ELF__ 1998-03-08 17:25:10 +00:00
ld Implement dladdr. 1998-02-06 16:46:46 +00:00
man Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal 1998-03-07 09:46:17 +00:00
patch Add PATCH_INDEX_FIRST environment variable to do the same as -I option 1998-01-22 07:44:04 +00:00
perl mktemp -> mkstemp as pointed out on bugtraq 1998-03-10 19:43:27 +00:00
ptx Same deal. 1997-01-11 03:50:21 +00:00
rcs Add missing *roff macros to correct display about -V option. 1997-08-23 15:50:53 +00:00
sdiff Switch to contrib version 1997-10-29 16:58:20 +00:00
send-pr Added a sparc category to the list. 1997-12-20 18:54:22 +00:00
sort Open temporary files with O_EXCL. 1998-03-06 19:00:26 +00:00
tar The ' character is treated differently as the first character of a line. 1998-02-15 17:03:58 +00:00
texinfo Real skeleton manpage for install-info 1997-08-29 09:10:22 +00:00
Makefile Add binutils if BINFORMAT is elf. This is needed for alpha, and it 1998-03-13 19:34:40 +00:00
Makefile.inc Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00