Skip to content

Commit

Permalink
Partially fix modperl build under cygwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Aug 19, 2012
1 parent f94cb24 commit 628f3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/modperl/Makefile.inc
Expand Up @@ -32,7 +32,7 @@ modperl_all: modperl/ZNC.so modperl/swigperlrun.h modperl/functions.cpp

modperl/ZNC.so: modperl/ZNC.o Makefile
$(E) Linking ZNC Perl bindings library...
$(Q)$(CXX) $(MODFLAGS) $(LDFLAGS) $(MODLINK) $(PERL_LD) -o $@ $<
$(Q)$(CXX) $(MODFLAGS) $(LDFLAGS) $(MODLINK) -o $@ $< $(PERL_LD)

modperl/ZNC.o: modperl/ZNC.cpp Makefile
@mkdir -p modperl
Expand Down

0 comments on commit 628f3c8

Please sign in to comment.