[svn:mod_parrot] r213 - mod_parrot/branches/reorg
[email protected] 21 Aug 2005 18:33:41 -0000
Newsgroups
perl.cvs.mod_parrot
Message-ID
<[email protected] >
Author: ianjoyce
Date: Sun Aug 21 11:33:41 2005
New Revision: 213
Modified:
mod_parrot/branches/reorg/Makefile.in
Log:
removed redundant -L
Modified: mod_parrot/branches/reorg/Makefile.in
==============================================================================
--- mod_parrot/branches/reorg/Makefile.in (original)
+++ mod_parrot/branches/reorg/Makefile.in Sun Aug 21 11:33:41 2005
@@ -35,7 +35,7 @@ MPLIBS= lib/Apache/RequestRec \
all: gen-src mod_parrot.la
mod_parrot.la: $(SOURCE_FILES)
- $(APXS) -c $(DEFINES) $(CFLAGS) $(LDFLAGS) $(LIBS) $(SOURCE_FILES) $(PARROT_OBJS) -Linclude
+ $(APXS) -c $(DEFINES) $(CFLAGS) $(LDFLAGS) $(LIBS) $(SOURCE_FILES) $(PARROT_OBJS)
files-clean:
rm -f $(SRC_DIR)/*.o $(SRC_DIR)/*.lo $(SRC_DIR)/*.slo $(SRC_DIR)/*.la core core.*