From: Jonas Fonseca Date: Wed, 22 Aug 2007 09:29:40 +0000 (+0200) Subject: Make tig.c depend on config.h when using configure X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=aba0683cb4927c2f79202a6460aae5537c1405ca;p=tig.git Make tig.c depend on config.h when using configure --- diff --git a/Makefile b/Makefile index 446fc3e..0ff9e5d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ ## Makefile for tig +all: + # Include setting from the configure script -include config.make diff --git a/config.make.in b/config.make.in index b2a79ec..9438c0a 100644 --- a/config.make.in +++ b/config.make.in @@ -13,3 +13,5 @@ LDLIBS = @LIBS@ ASCIIDOC = @ASCIIDOC@ XMLTO = @XMLTO@ DOCBOOK2PDF = @DOCBOOK2PDF@ + +tig.c: config.h