Add explicit dependency on header files generated by configure script
This commit is contained in:
parent
c2f622c73c
commit
b4b193d7de
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ transform = @program_transform_name@
|
|||
LIBS= @LIBS@
|
||||
OBJS= ccache.o mdfour.o hash.o execute.o util.o args.o stats.o \
|
||||
cleanup.o snprintf.o unify.o
|
||||
HEADERS = ccache.h mdfour.h
|
||||
HEADERS = ccache.h mdfour.h config.h config_win32.h
|
||||
|
||||
all: $(PACKAGE_NAME)$(EXEEXT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue