remove dependencies to prevent autoconf from rerunning - with wrong

parameters, noted by naddy@
This commit is contained in:
wilfried 2001-04-06 08:38:55 +00:00
parent 3e8a480750
commit 1eb7255087

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-1_0_Makefile,v 1.1.1.1 2001/04/02 15:10:26 wilfried Exp $
$OpenBSD: patch-1_0_Makefile,v 1.2 2001/04/06 08:38:55 wilfried Exp $
--- 1.0/Makefile.orig Sat Jan 22 14:16:06 2000
+++ 1.0/Makefile Sat Feb 10 15:52:45 2001
+++ 1.0/Makefile Fri Apr 6 10:34:32 2001
@@ -26,7 +26,7 @@
SHELL=/bin/sh
@ -27,3 +27,15 @@ $OpenBSD: patch-1_0_Makefile,v 1.1.1.1 2001/04/02 15:10:26 wilfried Exp $
install: makeinclude
@for dir in $(DIRS); do\
@@ -80,11 +70,6 @@ distclean:
done
-@ rm -f config.log config.h config.status makeinclude
-makeinclude: configure makeinclude.in
- ./configure
-
-configure: configure.in
- autoconf
#
# End of "$Id: patch-1_0_Makefile,v 1.2 2001/04/06 08:38:55 wilfried Exp $".
#