summary refs log tree commit diff stats
path: root/plugins/perl/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 20:03:18 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 20:03:18 +0200
commitcbcf58aba6497db777fe41d0b9651d0b905c9605 (patch)
tree785a4061a6c7deca097b8568a7546a529740a65f /plugins/perl/makefile.mak
parente0e70fccd444000c74ee505d790fbfb64e1ed1c2 (diff)
huge cleanup on build system
Diffstat (limited to 'plugins/perl/makefile.mak')
-rw-r--r--plugins/perl/makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/makefile.mak b/plugins/perl/makefile.mak
index 3d79f794..fd54f458 100644
--- a/plugins/perl/makefile.mak
+++ b/plugins/perl/makefile.mak
@@ -11,7 +11,7 @@ perl.def:
 	echo xchat_plugin_get_info >> perl.def
 
 perl.obj: perl.c
-	$(CC) $(CFLAGS) perl.c $(GLIB) -I.. -I$(PERLPATH) -DPERL_DLL=\"$(PERLLIB).dll\"
+	$(CC) $(CFLAGS) perl.c $(GLIB) -I$(PERLPATH) -DPERL_DLL=\"$(PERLLIB).dll\"
 
 perl.c: xchat.pm.h