generated from smedev/Template-for-SMEServer-Core-Perl
* Tue Feb 19 2013 Remi Collet <remi@fedoraproject.org> - 1.0.0-6
- fix metadata location
This commit is contained in:
parent
75b7d2dc15
commit
954209de1d
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ NAME := php-pear-File-CSV
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$$$d/Makefile.common ] ; then if [ -f $$$$d/CVS/Root -a -w $$$$d/Makefile.common ] ; then cd $$$$d ; cvs -Q update ; fi ; echo "$$$$d/Makefile.common" ; break ; fi ; done
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
Loading…
Reference in New Issue
Block a user