Revision 9b6d2d92 configure.ac

b/configure.ac
809 809
AC_SUBST(PY_NODEV)
810 810
AM_CONDITIONAL([PY_UNIT], [test -n $PY_NODEV])
811 811

  
812
include_makefile_ghc='
813
ifneq ($(MAKECMDGOALS),ganeti)
814
ifneq ($(MAKECMDGOALS),clean)
815
ifneq ($(MAKECMDGOALS),distclean)
816
include Makefile.ghc
817
endif
818
endif
819
endif
820
'
821
AC_SUBST([include_makefile_ghc])
822
AM_SUBST_NOTMAKE([include_makefile_ghc])
823

  
812 824
AC_CONFIG_FILES([ Makefile ])
813 825

  
814 826
AC_OUTPUT

Also available in: Unified diff