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
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user