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 $< $@