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
parent 551c903cba
commit f2ee5e6219

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@