This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

configury tweak


Following recent ecos-discuss traffic, a minor tweak to Makefile.am
plus a checkin of the regenerated files.

Bart

Index: host/Makefile.am
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/synth/ecosynth/current/host/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- host/Makefile.am	15 Sep 2002 17:49:21 -0000	1.1
+++ host/Makefile.am	9 Jul 2003 15:25:49 -0000
@@ -88,4 +88,10 @@
 	chown root $(etherdir)/rawether
 	chmod u+s $(etherdir)/rawether
 
+else
+## When automake scans for hooks it does not take conditionals fully
+## into account. If the conditional is not satisfied the generated
+## makefile will still try to invoke the hook, so dummy hooks are needed.
+install-data-hook:
+	echo Nothing to be done for this platform
 endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]