[openrtm-commit:02154] r2807 - trunk/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 12月 5日 (月) 09:55:28 JST
Author: kawauchi
Date: 2016-12-05 09:55:28 +0900 (Mon, 05 Dec 2016)
New Revision: 2807
Modified:
trunk/OpenRTM-aist/src/lib/rtm/Makefile.am
Log:
[compat,bugfix,->RELENG_1_2] Definition of version.h has been modified. refs #3734
Modified: trunk/OpenRTM-aist/src/lib/rtm/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/Makefile.am 2016-11-27 03:15:38 UTC (rev 2806)
+++ trunk/OpenRTM-aist/src/lib/rtm/Makefile.am 2016-12-05 00:55:28 UTC (rev 2807)
@@ -15,7 +15,7 @@
# version.h would be generated from configure before lib build process.
BUILT_SOURCES = version.h version.txt config_rtc.h.org
-version.h:
+version.h: Makefile.am Makefile.in
echo '// This header file is automatically generated.' > $@
echo '// Do not edit this file.' >> $@
echo '' >> $@
@@ -267,8 +267,8 @@
rm -f *~ Makefile.old *core
rm -f *.lst
rm -f *.gch *.bak *.rpo *.sym lib*.*_pure_*
+ rm -f version.h version.txt
-
EXTRA_DIST = \
$(rtmheader_HEADERS) \
libRTC.vcproj.yaml
More information about the openrtm-commit
mailing list