diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /benchmarks/lmbench/files/patch-aa | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'benchmarks/lmbench/files/patch-aa')
-rw-r--r-- | benchmarks/lmbench/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/benchmarks/lmbench/files/patch-aa b/benchmarks/lmbench/files/patch-aa deleted file mode 100644 index 0e77f4fd34ca..000000000000 --- a/benchmarks/lmbench/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Makefile.org Fri Nov 25 08:53:00 1994 -+++ ./src/Makefile Sat May 6 03:38:01 1995 -@@ -91,7 +91,7 @@ - $(MAKE) O=$O CC=cc CFLAGS="$(CFLAGS) -Dvfork=fork" all - - bsd: -- $(MAKE) O=$O CC=$(CC) CFLAGS="$CFLAGS -Duint='unsigned int'" all -+ $(MAKE) O=$O CC=$(CC) CFLAGS="$(CFLAGS)" all - - Wall: - @$(MAKE) clean |