Updated dependencies

This commit is contained in:
Pierre Pronchery 2006-04-02 00:13:33 +00:00
parent 5d543201ce
commit 738a85e5da

View File

@ -18,10 +18,10 @@ configure_CFLAGS = $(CFLAGSF) $(CFLAGS)
configure: $(configure_OBJS)
$(CC) $(LDFLAGSF) $(LDFLAGS) -o configure $(configure_OBJS)
configure.o: configure.c
configure.o: configure.c configure.h makefile.h
$(CC) $(configure_CFLAGS) -c configure.c
makefile.o: makefile.c
makefile.o: makefile.c configure.h
$(CC) $(configure_CFLAGS) -c makefile.c
clean: