From 7be6ce63fa8db21ddc76da776a7e7f692d2d83d0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 29 May 2013 22:56:47 +0200 Subject: [PATCH] src/gui/Makefile.am: fix creation of git_version.h again thx to snafed! Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5420e509da122b819045105210639d28247e6d49 Author: vanhofen Date: 2013-05-29 (Wed, 29 May 2013) Origin message was: ------------------ - src/gui/Makefile.am: fix creation of git_version.h again thx to snafed! ------------------ This commit was generated by Migit --- src/gui/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index 88c9e0074..8385555f9 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -18,6 +18,7 @@ git_version.h: echo '#define BUILT_DATE "'`date`'"' > git_version.h ; \ fi noinst_HEADERS = git_version.h +.PHONY: git_version.h SUBDIRS = bedit components widget