From 608c1c353d91fc6d8023821aaf23681b39a1e62c Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 27 Dec 2000 05:00:26 +0000 Subject: [PATCH] Fix a small typo that was causing big problems. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87532 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 124ca476bc..72e6a90576 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ SUBDIRS = srclib modules os server support -PROGRAM_NAME = $(progname) +PROGRAM_NAME = $(progname) PROGRAM_SOURCES = modules.c PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) PROGRAM_DEPENDENCIES = \ -- 2.50.1