2005-10-03 Marcel Telka <marcel@telka.sk>

* Makefile.am: Moved stdint.h installation to common include installation path.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@667 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 19 years ago
parent f46f410d4c
commit 367430df80

@ -1,3 +1,7 @@
2005-10-03 Marcel Telka <marcel@telka.sk>
* Makefile.am: Moved stdint.h installation to common include installation path.
2005-10-03 Marcel Telka <marcel@telka.sk>
* Makefile.am (openwinceincdir): Removed different setting for hwbench.

@ -122,14 +122,14 @@ noinst_HEADERS = \
stdint/stdint-win32.h
if GENERATE_STDINT_H
nodist_openwinceinc_HEADERS = stdint.h
nodist_HEADERS = stdint.h
stdint.h: owce-stdint.h
cp $< $@
endif
if HAVE_HWBENCH
nodist_openwinceinc_HEADERS = stdint.h
nodist_HEADERS = stdint.h
stdint.h: stdint/stdint-hwbench.h
cp $< $@

@ -5,6 +5,7 @@ include-0.4.2:
* Moved content of the obsolete common.h into new openwince.h file.
* Simplified preprocessor directive syntax for Renesas H8/3048 headers.
* Changed installation steps for Hitachi Workbench/IAR Compiler.
* Moved stdint.h installation to common include installation path.
include-0.4.1 (2005-07-15):

Loading…
Cancel
Save