]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Makefile.in: Use buildmark.o not .lo since it was COMPILEd
authorJoe Orton <jorton@apache.org>
Thu, 10 Feb 2005 16:38:47 +0000 (16:38 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 10 Feb 2005 16:38:47 +0000 (16:38 +0000)
not LT_COMPILEd.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153273 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 514947e2935ae82100ac36227c18f500434f35c2..a64da707ad3624ad6031751b04c2e9b2dac25b4f 100644 (file)
@@ -4,7 +4,7 @@ CLEAN_SUBDIRS = test
 
 PROGRAM_NAME         = $(progname)
 PROGRAM_SOURCES      = modules.c
-PROGRAM_LDADD        = buildmark.lo $(HTTPD_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) $(LIBS)
+PROGRAM_LDADD        = buildmark.o $(HTTPD_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) $(LIBS)
 PROGRAM_PRELINK      = $(COMPILE) -c $(top_srcdir)/server/buildmark.c
 PROGRAM_DEPENDENCIES = \
   server/libmain.la \