From b88a64b48e8159664819081a384057d0014ba3b2 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Mon, 3 Oct 2005 04:11:55 +0000 Subject: [PATCH] 2005-10-03 Marcel Telka * Makefile.am: Fixed syntax for stdint.h installation movement. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@668 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/ChangeLog | 4 ++++ include/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/ChangeLog b/include/ChangeLog index 7859132f..9ac5916b 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2005-10-03 Marcel Telka + + * Makefile.am: Fixed syntax for stdint.h installation movement. + 2005-10-03 Marcel Telka * Makefile.am: Moved stdint.h installation to common include installation path. diff --git a/include/Makefile.am b/include/Makefile.am index 8eef1a7e..939e6978 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -122,14 +122,14 @@ noinst_HEADERS = \ stdint/stdint-win32.h if GENERATE_STDINT_H -nodist_HEADERS = stdint.h +nodist_include_HEADERS = stdint.h stdint.h: owce-stdint.h cp $< $@ endif if HAVE_HWBENCH -nodist_HEADERS = stdint.h +nodist_include_HEADERS = stdint.h stdint.h: stdint/stdint-hwbench.h cp $< $@