From b7c216bcc6bacf243e443fd127c9b3685c67bc98 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Fri, 17 Feb 2012 10:31:20 +0000 Subject: [PATCH] Remove special compilation for help.c - DEFAULT_HELP_PATH isn't referenced by the code. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@155 13b04d17-f746-0410-82c6-800466cd88b0 --- source/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/Makefile.in b/source/Makefile.in index 9166189..407b587 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -202,10 +202,6 @@ distclean: clean # .o files needing special compilation flags -help.o: Makefile ../Makefile - $(CC) $(DEFS) $(CFLAGS) \ - -DDEFAULT_HELP_PATH=\"$(HELPDIR)\" -c $(srcdir)/help.c - irc.o: Makefile ../Makefile $(CC) $(DEFS) $(CFLAGS) \ -DIRCLIB=\"$(IRCLIB)\" -DIRCPATH=\"$(IRCPATH)\" -c $(srcdir)/irc.c