[hipl-commit] [trunk] Rev 4618: modules/*.h should be removed with distclean

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

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

Log:
  modules/*.h should be removed with distclean

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-05-28 16:47:20 +0000
+++ Makefile.am 2010-05-28 16:49:08 +0000
@@ -233,7 +233,8 @@
        rm -f ltmain.sh m4/*.m4 Makefile.in missing py-compile
 
 HIPL_HEADER_OBJS     = $(subst 
$(srcdir),$(builddir),$(HIPL_HEADER_LIST:.h=.ho))
-CLEANFILES          += $(HIPL_HEADER_OBJS) $(wildcard modules/*.h)
+CLEANFILES          += $(HIPL_HEADER_OBJS)
+DISTCLEANFILES       = $(wildcard modules/*.h)
 
 checkheaders: $(HIPL_HEADER_OBJS)
 vpath %.h $(srcdir)

Other related posts:

  • » [hipl-commit] [trunk] Rev 4618: modules/*.h should be removed with distclean - Rene Hummen