# Makefile for source rpm: compat-libspf2 NAME := compat-libspf2 SPECFILE = $(NAME).spec define find-makefile-common for d in common ../common ../../common ../../../common ../../../../common ; do if [ -f $$d/trunk/Makefile.common ] ; then if [ -f $$d/trunk/.svn -a -w $$/Makefile.common ] ; then cd $$d/trunk ; svn update --quiet ; fi ; echo "$$d/trunk/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) # Only build these using RHEL-3 as we don't use dist tags FROM_DIST = rhel3 TO_DIST = rhel3 include $(MAKEFILE_COMMON)