From e250f55a1357308805e0193c19dbf52a7862f446 Mon Sep 17 00:00:00 2001 From: vvaltman Date: Wed, 17 Jun 2015 19:23:22 +0300 Subject: [PATCH] fixed deps --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c032397..8e7b2ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,7 +28,7 @@ CC=@CC@ .SUFFIXES: .c .h .o all: ${EXE_LIST} ${DIR_LIST} -create_dirs_and_headers: ${DIR_LIST} ${AUTO}/auto-skip.h ${AUTO}/auto-fetch.h ${AUTO}/auto-store.h ${AUTO}/auto-autocomplete.h ${AUTO}/auto-types.h +create_dirs_and_headers: ${DIR_LIST} ${AUTO}/auto-skip.h ${AUTO}/auto-fetch.h ${AUTO}/auto-store.h ${AUTO}/auto-autocomplete.h ${AUTO}/auto-types.h ${AUTO}/constants.h ${AUTO}/constants.h ${AUTO}/auto-skip.h ${AUTO}/auto-fetch.h ${AUTO}/auto-store.h ${AUTO}/auto-autocomplete.h ${AUTO}/auto-types.h ${AUTO}/auto-fetch-ds.h ${AUTO}/auto-free-ds.h ${AUTO}/auto-store-ds.h ${AUTO}/auto-print-ds.h create_dirs: ${DIR_LIST} dump-tl: ${EXE}/dump-tl-file