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

* 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
master
Marcel Telka 19 years ago
parent 367430df80
commit b88a64b48e

@ -1,3 +1,7 @@
2005-10-03 Marcel Telka <marcel@telka.sk>
* Makefile.am: Fixed syntax for stdint.h installation movement.
2005-10-03 Marcel Telka <marcel@telka.sk>
* Makefile.am: Moved stdint.h installation to common include installation path.

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

Loading…
Cancel
Save