[hipl-commit] [trunk] Rev 4083: Fix 'make checkheaders' in out-of-tree builds.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 30 Mar 2010 01:07:20 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 30/03/2010 at 01:07:20
Revision: 4083
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Fix 'make checkheaders' in out-of-tree builds.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-03-29 22:06:31 +0000
+++ Makefile.am 2010-03-29 22:07:01 +0000
@@ -645,6 +645,7 @@
 CLEANFILES += $(HIPL_HEADER_OBJS)
 
 checkheaders: $(HIPL_HEADER_OBJS)
+vpath %.h $(srcdir)
 %.ho: %.h
        $(CC) -I$(srcdir) -I$(builddir) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 
$(CFLAGS) -o $@ $<

Other related posts:

  • » [hipl-commit] [trunk] Rev 4083: Fix 'make checkheaders' in out-of-tree builds. - Diego Biurrun