Fix viconf's dependencies on setup.h and config.h.

This commit is contained in:
Nathan Phillip Brink 2012-02-29 07:43:54 +00:00 committed by JD Horelick
parent 7c41dea640
commit 9d8184bd87
1 changed files with 1 additions and 5 deletions

View File

@ -36,7 +36,7 @@ build: all
mkpasswd: mkpasswd.c
$(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) mkpasswd.c -o mkpasswd $(IRCDLIBS)
viconf: viconf.c
viconf: viconf.c ../include/setup.h ../include/config.h
$(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) viconf.c -o viconf $(IRCDLIBS)
convertilines: convertilines.c
@ -63,10 +63,6 @@ depend:
# DO NOT DELETE
viconf.o: ../include/config.h ../include/setup.h
viconf.o:
prefix = @prefix@
exec_prefix = @exec_prefix@
exec_suffix = @exec_suffix@