From: Ryan Bloom Date: Wed, 27 Dec 2000 05:00:26 +0000 (+0000) Subject: Fix a small typo that was causing big problems. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=608c1c353d91fc6d8023821aaf23681b39a1e62c;p=apache 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 --- 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 = \