Fix viconf's dependencies on setup.h and config.h.
This commit is contained in:
parent
551c903cba
commit
f2ee5e6219
1 changed files with 1 additions and 5 deletions
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue