Fix viconf's dependencies on setup.h and config.h.
This commit is contained in:
parent
7c41dea640
commit
9d8184bd87
|
@ -36,7 +36,7 @@ build: all
|
||||||
mkpasswd: mkpasswd.c
|
mkpasswd: mkpasswd.c
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) mkpasswd.c -o mkpasswd $(IRCDLIBS)
|
$(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)
|
$(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) viconf.c -o viconf $(IRCDLIBS)
|
||||||
|
|
||||||
convertilines: convertilines.c
|
convertilines: convertilines.c
|
||||||
|
@ -63,10 +63,6 @@ depend:
|
||||||
|
|
||||||
# DO NOT DELETE
|
# DO NOT DELETE
|
||||||
|
|
||||||
viconf.o: ../include/config.h ../include/setup.h
|
|
||||||
viconf.o:
|
|
||||||
|
|
||||||
|
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
exec_suffix = @exec_suffix@
|
exec_suffix = @exec_suffix@
|
||||||
|
|
Loading…
Reference in New Issue