e677b23011
* New option --overwrite-dir. * Fixes for buffer overrun, porting, and copyright notice problems.
12 lines
480 B
Plaintext
12 lines
480 B
Plaintext
$OpenBSD: patch-lib_Makefile_in,v 1.3 2001/11/05 00:58:29 naddy Exp $
|
|
--- lib/Makefile.in.orig Wed Sep 26 22:34:09 2001
|
|
+++ lib/Makefile.in Sun Nov 4 23:11:47 2001
|
|
@@ -453,6 +453,7 @@ $(srcdir)/getdate.c: getdate.y
|
|
cd $(srcdir) && \
|
|
$(YACC) $(YFLAGS) getdate.y && \
|
|
mv -f y.tab.c getdate.c
|
|
+getdate.o: $(srcdir)/getdate.c
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|