[hipl-commit] [trunk] Rev 4617: reverted revision 4616

  • From: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 28 May 2010 19:47:52 +0300

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: 28/05/2010 at 19:47:52
Revision: 4617
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  reverted revision 4616
  
  autotools-clean is not the right target

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-05-28 15:52:48 +0000
+++ Makefile.am 2010-05-28 16:47:20 +0000
@@ -231,10 +231,9 @@
 autotools-clean: maintainer-clean
        rm -f aclocal.m4 compile config.* configure depcomp install-sh
        rm -f ltmain.sh m4/*.m4 Makefile.in missing py-compile
-       rm -f $(wildcard modules/*.h)
 
 HIPL_HEADER_OBJS     = $(subst 
$(srcdir),$(builddir),$(HIPL_HEADER_LIST:.h=.ho))
-CLEANFILES          += $(HIPL_HEADER_OBJS)
+CLEANFILES          += $(HIPL_HEADER_OBJS) $(wildcard modules/*.h)
 
 checkheaders: $(HIPL_HEADER_OBJS)
 vpath %.h $(srcdir)

Other related posts:

  • » [hipl-commit] [trunk] Rev 4617: reverted revision 4616 - Rene Hummen